-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
{
"name": "VisualGraph",
"version": "0.0.0",
"description": "See a hosted version at http://www.aarondufour.com/tools/visualizer/",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify entry.coffee -t coffeeify -o main.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thedufer/VisualGraph.git"
},
"author": "Aaron Dufour",
"license": "MIT",
"bugs": {
"url": "https://github.com/thedufer/VisualGraph/issues"
},
"homepage": "https://github.com/thedufer/VisualGraph",
"dependencies": {
"browserify": "^10.2.0",
"coffeeify": "~1.0.0",
"d3-browserify": "~3.4.12",
"jquery": "~2.1.3",
"underscore": "~1.8.3",
"visual-runner": "1.0.1"
}
}