-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.89 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_args": [
[
"two.js@git+https://github.com/Vivify-Ideas/two.js.git#dev",
"/Users/brankomirnic/Desktop/vivify/code/sticky/GazeApp"
]
],
"_from": "two.js@git+https://github.com/Vivify-Ideas/two.js.git#dev",
"_id": "two.js@git+ssh://[email protected]/Vivify-Ideas/two.js.git#77bb62521e3f9b6ca2f608bec5a9e75f92e94c47",
"_inBundle": false,
"_integrity": "",
"_location": "/two.js",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "two.js@git+https://github.com/Vivify-Ideas/two.js.git#dev",
"name": "two.js",
"escapedName": "two.js",
"rawSpec": "git+https://github.com/Vivify-Ideas/two.js.git#dev",
"saveSpec": "git+https://github.com/Vivify-Ideas/two.js.git#dev",
"fetchSpec": "https://github.com/Vivify-Ideas/two.js.git",
"gitCommittish": "dev"
},
"_requiredBy": [
"/"
],
"_resolved": "git+ssh://[email protected]/Vivify-Ideas/two.js.git#77bb62521e3f9b6ca2f608bec5a9e75f92e94c47",
"_spec": "git+https://github.com/Vivify-Ideas/two.js.git#dev",
"_where": "/Users/brankomirnic/Desktop/vivify/code/sticky/GazeApp",
"author": {
"name": "jonobr1",
"url": "http://jonobr1.com/"
},
"bugs": {
"url": "https://github.com/jonobr1/two.js/issues"
},
"description": "A two-dimensional drawing api meant for modern browsers.",
"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"
},
"homepage": "http://jonobr1.github.io/two.js/",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas2d",
"webgl",
"rendering",
"motiongraphics"
],
"license": "MIT",
"main": "build/two.js",
"name": "two.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jonobr1/two.js.git"
},
"version": "0.7.0"
}