-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 875 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
37
38
{
"name": "react-dynamic-fields",
"version": "0.0.1",
"description": "A ReactJS component to add multiple input fields dynamically.",
"main": "./react_components/index.js",
"repository": {
"type": "git",
"url": "https://github.com/AdeleD/react-dynamic-fields"
},
"keywords": [
"dynamic field",
"fields addition",
"dynamic input",
"input addition"
],
"author": "Adèle Delamarche",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/AdeleD/react-dynamic-fields/issues"
},
"dependencies": {
"react": "~0.11.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"gulp": "~3.8.8",
"browserify": "~6.0.3",
"vinyl-source-stream": "~1.0.0",
"reactify": "~0.14.0",
"watchify": "~2.0.0",
"react-tools": "~0.11.2"
},
"browserify": {
"transform": [
"reactify"
]
}
}