-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 826 Bytes
/
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
{
"name": "graphosaurus",
"version": "0.4.0",
"description": "A three-dimensional static graph viewer.",
"repository": {
"type": "git",
"url": "git://github.com/frewsxcv/graphosaurus.git"
},
"author": "Corey Farwell <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/frewsxcv/graphosaurus/issues"
},
"homepage": "https://github.com/frewsxcv/graphosaurus",
"dependencies": {
"nonew": "1.0.0",
"three": "~0.71.0",
"three.trackball": "0.0.1",
"three-buffergeometry-sort": "1.1.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~3.8.0",
"grunt-jsdoc": "~0.6.7",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.9.1"
}
}