forked from SpiderStrategies/kalpa-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "kalpa-tree",
"version": "3.3.1",
"description": "An efficient hierarchical tree for the dom",
"main": "index.js",
"dependencies": {
"d3-drag": "^1.0.1",
"d3-selection": "^1.0.2",
"d3-transition": "^1.0.3",
"escape-string-regexp": "^1.0.3",
"node-sass": "^4.9.0",
"optional-require": "^1.0.3"
},
"devDependencies": {
"JSONStream": "^1.0.6",
"browserify": "^12.0.1",
"browserify-css": "^0.8.1",
"double-tap": "^1.0.2",
"request": "^2.36.0",
"smokestack": "^3.4.1",
"tape": "^3.5.0",
"watchify": "^3.6.1"
},
"scripts": {
"bundle": "browserify -r ./index.js:tree -r http -r JSONStream > example/bundle.js -d",
"css": "node scripts/css.js",
"postinstall": "npm run css",
"start": "node example/server.js",
"test": "browserify -t browserify-css test/* | double-tap smokestack",
"watch": "watchify -r ./index.js:tree -r http -r JSONStream -o example/bundle.js -d"
},
"optionalDependencies": {
"scoreboard-colors": "git+ssh://git@github.com/SpiderStrategies/scoreboard-colors.git#v4.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/SpiderStrategies/kalpa-tree.git"
},
"author": "Nathan Bowser <nathan.bowser@spiderstrategies.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpiderStrategies/kalpa-tree/issues"
},
"homepage": "https://github.com/SpiderStrategies/kalpa-tree"
}