-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
39
40
41
42
43
44
{
"name": "react-xeditable",
"version": "0.1.3",
"description": "X-Editable for React",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"examples": "./node_modules/beefy/bin/beefy examples/app.jsx --index=examples/index.html -- -t reactify",
"build": "babel lib/ --out-dir dist/."
},
"repository": {
"type": "git",
"url": "https://github.com/kodbiro/react-xeditable.git"
},
"keywords" : [
"react-component",
"react",
"x-editable",
"xeditable",
"react-bootstrap",
"inline editing"
],
"author": "Luka Mijatović <luka@kodbiro.com> (http://www.kodbiro.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kodbiro/react-xeditable/issues"
},
"browserify": {"transform": ["reactify"]},
"homepage": "https://github.com/kodbiro/react-xeditable",
"devDependencies": {
"beefy": "^2.1.5",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"reactify": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"react": ">0.13.3",
"react-bootstrap": ">0.23.4"
}
}