forked from anvaka/npmgraph.an
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"name": "pubgraph",
"version": "0.0.4",
"description": "Visualization of pub 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": [
"pub",
"ngraph",
"flutter",
"dart"
],
"author": "Viren Khatri",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/werainkhatri/pubgraph.git"
},
"devDependencies": {
"@angular/cli": "^14.2.7",
"brfs": "^1.1.2",
"browserify": "^3.33.0",
"connect-livereload": "^0.3.2",
"express": "^3.5.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-less": "^1.2.3",
"gulp-util": "^2.2.14",
"tiny-lr": "0.0.5",
"yargs": "^1.2.1"
},
"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",
"pubgraphbuilder": "0.1.2",
"simplesvg": "0.0.10",
"three2stl": "0.0.1",
"twitter-bootstrap-3.0.0": "^3.0.0"
},
"bugs": {
"url": "https://github.com/werainkhatri/pubgraph/issues"
},
"homepage": "https://github.com/werainkhatri/pubgraph#readme"
}