forked from mridgway/hoist-non-react-statics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 959 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
{
"name": "hoist-non-react-statics",
"version": "1.2.0",
"description": "Copies non-react specific statics from a child component to a parent component",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/mridgway/hoist-non-react-statics.git"
},
"scripts": {
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
"lint": "eslint ./index.js",
"test": "mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec"
},
"author": "Michael Ridgway <mridgway@yahoo-inc.com>",
"license": "BSD-3-Clause",
"devDependencies": {
"babel": "^5.0.7",
"chai": "^3.0.0",
"coveralls": "^2.11.1",
"eslint": "^3.8.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"pre-commit": "^1.0.7",
"react": "^15.0.0"
},
"keywords": [
"react"
]
}