forked from jonobr1/two.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
31
32
33
34
35
36
37
38
{
"name": "two.js",
"version": "0.7.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"
},
"license": "MIT",
"devDependencies": {
"animation-frame": "^0.1.7",
"blueimp-canvas-to-blob": "^2.1.0",
"node-minify": "^2.0.3",
"qunitjs": "^2.4.0",
"resemblejs": "^1.1.1",
"underscore": "^1.6.0"
}
}