-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 973 Bytes
/
package.json
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
{
"name" : "react-fancy-tree",
"version" : "0.0.5",
"description" : "React wrapper for the Fancy Tree library.",
"main" : "build/index.js",
"scripts" : {
"prepublish" : "gulp dist",
"start" : "electron ."
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git://github.com/nathanial/react-fancy-tree.git"
},
"dependencies": {
"underscore" : "1.8.3",
"react-es6-component" : "*"
},
"peerDependencies" : {
"react" : "*",
"react-dom" : "*",
"jquery": "*",
"jquery-ui": "*"
},
"devDependencies": {
"jquery": "2.1.4",
"jquery-ui": "1.10.5",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-less": "^3.0.3",
"gulp-preprocess": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"require-dir": "^0.3.0",
"electron-connect" : "^0.3.3",
"electron-prebuilt" : "0.34.2",
"merge-stream": "^1.0.0",
"react" : "*",
"react-dom" : "*"
}
}