forked from jaredly/treed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.33 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "treed",
"version": "0.3.0",
"description": "The main component of an editor for hierarchical content. ",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/jaredly/listless.git"
},
"keywords": [
"list",
"todo",
"editor",
"d3",
"tree"
],
"author": "Jared Forsyth <[email protected]>",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/jaredly/listless/issues"
},
"dependencies": {
"async": "~0.9.0",
"bluebird": "~1.2.4",
"classnames": "^1.2.0",
"envify": "~3.0.0",
"escodegen": "~1.4.1",
"esprima": "~1.2.2",
"jstransform": "~6.1.0",
"level-js": "~2.1.6",
"levelup": "~0.19.0",
"localforage": "~0.9.2",
"marked": "~0.3.2",
"react": "^0.12.1",
"sublevel": "~2.4.0"
},
"devDependencies": {
"babel-core": "^4.7.13",
"babel-loader": "^4.2.0",
"babel-runtime": "^4.7.13",
"broccoli": "~0.12.3",
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.3.8",
"json-loader": "^0.5.1",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"style-loader": "^0.8.3",
"webpack": "^1.7.3"
},
"browserify": {
"transform": [
[
"babelify",
{
"experimental": true
}
]
]
}
}