You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
{ |
|
"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>", |
|
"licenses": [ |
|
{ |
|
"type": "BSD", |
|
"url": "https://github.com/mridgway/hoist-non-react-statics/blob/master/LICENSE.md" |
|
} |
|
], |
|
"devDependencies": { |
|
"babel": "^5.0.7", |
|
"babel-eslint": "^3.0.1", |
|
"chai": "^3.0.0", |
|
"coveralls": "^2.11.1", |
|
"eslint": "^0.21.0", |
|
"istanbul": "^0.3.2", |
|
"mocha": "^2.0.1", |
|
"pre-commit": "^1.0.7", |
|
"react": "^15.0.0" |
|
}, |
|
"keywords": [ |
|
"react" |
|
] |
|
}
|
|
|