UNPKG

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