-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 995 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "practice",
"version": "0.0.0",
"description": "practice problems",
"main": "index.js",
"scripts": {
"coverage": "coveralls < coverage/lcov.info",
"lint": "eslint src",
"test": "jest -c jest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grxy/practice.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/grxy/practice/issues"
},
"homepage": "https://github.com/grxy/practice#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-jest": "^17.0.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"coveralls": "^2.11.15",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"jest-cli": "^19.0.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}