forked from gaearon/react-document-title
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "react-body-classname",
"version": "1.3.1",
"description": "A declarative, nested way to manipulate your body's className",
"main": "index.js",
"scripts": {
"test": "mocha test/setup.js test/*.spec.js",
"test:watch": "npm run test -- --watch",
"lint": "jshint index.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/iest/react-body-classname"
},
"keywords": [
"react",
"component",
"react-component",
"body.className",
"title",
"jsx"
],
"author": "Iestyn Williams <[email protected]> (http://github.com/iest)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iest/react-body-classname/issues"
},
"homepage": "https://github.com/iest/react-body-classname",
"devDependencies": {
"enzyme": "^2.8.0",
"expect.js": "^0.3.1",
"global": "^4.3.0",
"jsdom": "^9.12.0",
"jshint": "^2.5.6",
"mocha": "^3.2.0",
"react": "^15.5.3",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.3"
},
"dependencies": {
"prop-types": "^15.5.6",
"react-side-effect": "^1.1.0 || ^2.1.0"
}
}