UNPKG

1.28 kBJSONView Raw
1{
2 "name": "hoist-non-react-statics",
3 "version": "2.1.1",
4 "description": "Copies non-react specific statics from a child component to a parent component",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/mridgway/hoist-non-react-statics.git"
9 },
10 "scripts": {
11 "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",
12 "lint": "eslint ./index.js",
13 "test": "mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec"
14 },
15 "author": "Michael Ridgway <mcridgway@gmail.com>",
16 "license": "BSD-3-Clause",
17 "devDependencies": {
18 "babel": "^6.23.0",
19 "babel-cli": "^6.24.1",
20 "babel-plugin-transform-class-properties": "^6.24.1",
21 "babel-plugin-transform-react-jsx-source": "^6.22.0",
22 "babel-preset-es2015": "^6.24.1",
23 "babel-preset-es2016": "^6.24.1",
24 "babel-preset-react": "^6.24.1",
25 "babel-register": "^6.24.1",
26 "chai": "^4.0.1",
27 "coveralls": "^2.11.1",
28 "create-react-class": "^15.5.3",
29 "eslint": "^3.8.0",
30 "istanbul": "^0.4.5",
31 "mocha": "^3.4.2",
32 "pre-commit": "^1.0.7",
33 "react": "^15.0.0"
34 },
35 "keywords": [
36 "react"
37 ]
38}