-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 985 Bytes
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
{
"name": "react-children-clone-with-props",
"author": "szchenghuang <szchenghuang@gmail.com>",
"version": "0.1.2",
"description": "Shorthand to clone React child components with new props added.",
"main": "index.js",
"keywords": [
"react",
"children",
"props"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/szchenghuang/react-children-clone-with-props/issues"
},
"homepage": "https://github.com/szchenghuang/react-children-clone-with-props#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/szchenghuang/react-children-clone-with-props.git"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"mocha": "^3.0.1",
"react": "^0.14.3"
},
"peerDevDependencies": {
"react": "^0.14.3"
}
}