-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
55 lines (55 loc) · 1.23 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
{
"name": "npmgraph.an",
"version": "0.0.4",
"description": "Visualization of npm dependencies",
"main": "main.js",
"scripts": {
"start": "gulp --port 31337",
"deploy": "./deploy-travis.sh",
"build": "gulp build",
"test": "echo \"TODO implement me\" && exit 0"
},
"browserify": {
"transform": [
"brfs"
]
},
"keywords": [
"npm",
"ngraph"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/npmgraph.an"
},
"devDependencies": {
"brfs": "^1.1.2",
"browserify": "^3.33.0",
"connect-livereload": "^0.3.2",
"express": "^3.5.1",
"gulp-concat": "^2.2.0",
"gulp-less": "^1.2.3",
"gulp-util": "^2.2.14",
"tiny-lr": "0.0.5",
"yargs": "^1.2.1",
"gulp": "^4.0.2"
},
"dependencies": {
"an": "0.0.7",
"angular": "1.2.29",
"js-md5": "^0.1.2",
"ngraph.events": "0.0.3",
"ngraph.graph": "0.0.10",
"ngraph.merge": "0.0.1",
"ngraph.svg": "0.0.15",
"ngraph.three": "0.0.11",
"npm-package-arg": "^4.2.0",
"npmgraphbuilder": "2.2.0",
"simplesvg": "0.0.10",
"three2stl": "0.0.1",
"twitter-bootstrap-3.0.0": "^3.0.0",
"typeahead.an": "~0.0.1"
}
}