-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "createjs",
"npmName": "createjs",
"version": "1.0.2",
"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://www.createjs.com",
"repository": {
"type": "git",
"url": "https://github.com/CreateJS/Combined.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-hub": "~0.7.0",
"html-minifier": "^0.7.2",
"inline-source": "4.2.0",
"lodash": "~2.4.1"
},
"engine": "node >= 0.10.22",
"main": "createjs.js",
"jsdelivr": "builds/1.0.0/createjs.min.js",
"keywords": [
"createjs",
"easeljs",
"tweenjs",
"soundjs",
"preloadjs",
"zoe",
"gskinner",
"flash",
"javascript",
"canvas",
"html5",
"animate"
],
"author": "gskinner.com, inc.",
"license": "MIT"
}