forked from Ambroos/react-nested-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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-nested-status",
"version": "0.1.1",
"description": "A nested, stateful status code thing for React. Based on react-document-title.",
"main": "index.js",
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4"
},
"scripts": {
"test": "mocha",
"lint": "jshint index.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/Ambroos/react-nested-status.git"
},
"keywords": [
"react",
"component",
"react-component",
"status",
"express",
"jsx"
],
"author": "Ambroos Vaes <[email protected]> (http://github.com/Ambroos)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ambroos/react-nested-status/issues"
},
"homepage": "https://github.com/Ambroos/react-nested-status",
"devDependencies": {
"create-react-class": "^15.5.2",
"expect.js": "^0.3.1",
"global": "^4.3.0",
"jshint": "^2.5.6",
"mocha": "^2.0.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"dependencies": {
"react-side-effect": "^1.1.0"
}
}