-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
{
"name": "react-sector",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --compilers js:babel-register 'src/**/*-test.js'",
"lint": "node_modules/.bin/grunt eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jshthornton/react-sector.git"
},
"author": "Joshua Thornton",
"license": "MIT",
"bugs": {
"url": "https://github.com/jshthornton/react-sector/issues"
},
"homepage": "https://github.com/jshthornton/react-sector#readme",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"enzyme": "^2.2.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^3.0.2",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"gruntify-eslint": "^3.0.0"
},
"dependencies": {
},
"peerDependencies": {
"react": "^15.3.0",
"lodash": "^4.15.0"
}
}