-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
30 lines (30 loc) · 825 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.6.3",
"description": "A three-dimensional static graph viewer.",
"repository": {
"type": "git",
"url": "git://github.com/frewsxcv/graphosaurus.git"
},
"author": "Corey Farwell <coreyf@rwell.org>",
"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.75.0",
"three.trackball": "0.0.1",
"three-buffergeometry-sort": "1.3.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-browserify": "~5.0.0",
"grunt-jsdoc": "~1.1.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1"
}
}