forked from CreateJS/CreateJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "@createjs/createjs",
"version": "2.0.0-beta.4",
"description": "A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.",
"url": "http://createjs.com",
"repository": {
"type": "git",
"url": "https://github.com/CreateJS/Combined.git"
},
"browser": "dist/createjs.min.js",
"keywords": [
"createjs",
"easeljs",
"tweenjs",
"soundjs",
"preloadjs",
"zoe",
"gskinner",
"flash",
"javascript",
"canvas",
"html5",
"animate"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"homepage": "https://createjs.com",
"bugs": "https://github.com/createjs/createjs/issues",
"license": "MIT",
"contributors": [
"Patrick McGuckin <[email protected]> (https://github.com/tehvgg)"
],
"logo": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/createjs/createjs.git"
},
"scripts": {
"build": "cd node_modules/@createjs/build && gulp build --combined",
"build-prod": "cd node_modules/@createjs/build && gulp build --combined --production --format=iife"
},
"dependencies": {
"@createjs/core": "2.0.0-beta.4",
"@createjs/easeljs": "2.0.0-beta.4",
"@createjs/tweenjs": "2.0.0-beta.4",
"@createjs/preloadjs": "2.0.0-beta.4",
"@createjs/soundjs": "2.0.0-beta.4"
},
"devDependencies": {
"@createjs/build": "2.0.0-beta.4"
},
"engine": "node >= 8.9.0",
"private": true
}