forked from jonobr1/two.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (46 loc) · 1.04 KB
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
{
"name": "two.js",
"version": "0.4.0",
"description": "A two-dimensional drawing api meant for modern browsers.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas2d",
"webgl",
"rendering",
"motiongraphics"
],
"homepage": "http://jonobr1.github.io/two.js/",
"author": {
"name": "jonobr1",
"url": "http://jonobr1.com/"
},
"main": "build/two.js",
"repository": {
"type": "git",
"url": "https://github.com/jonobr1/two.js"
},
"bugs": {
"url": "https://github.com/jonobr1/two.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonobr1/two.js/blob/master/license.txt"
}
],
"dependencies" : {},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-closure-tools": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-qunit": "^0.5.1"
}
}