forked from novwhisky/adobe-animate-canvas-umd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 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
{
"name": "adobe-animate-canvas-umd",
"version": "1.0.2",
"dependencies": {
"CreateJS": "github:createjs/Combined",
"minimist": "^1.2.0"
},
"description": "A utility for wrapping Adobe Animate HTML5 canvas exports in modern web modules",
"main": "dist/canvas-umd.js",
"bin": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy:vendor": "sh task.sh copy:vendor"
},
"keywords": [
"adobe",
"animate",
"animation",
"html5",
"canvas",
"umd",
"createjs"
],
"repository": {
"type": "git",
"url": "https://github.com/wittnl/adobe-animate-canvas-umd"
},
"author": "Nathan Witt <[email protected]> (http://wi.tt/)",
"license": "MIT",
"devDependencies": {
"exports-loader": "^0.6.3",
"file-loader": "^0.10.1",
"http-server": "^0.9.0",
"script-loader": "^0.7.0",
"webpack": "^1.14.0"
}
}