-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 847 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
39
40
41
{
"name": "createjs-module",
"version": "0.8.2-27",
"description": "Collection of libraries in the CreateJS suite for Angular and Ionic.",
"author": "AJ Barry <[email protected]>",
"main": "./createjs.js",
"types": "./createjs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ajbarry3/createjs-module"
},
"license": "MIT",
"keywords": [
"createjs",
"easeljs",
"angular",
"angular2",
"angular4",
"angular 2",
"angular 4",
"ionic",
"ionic2",
"ionic3",
"ionic 2",
"ionic 3",
"easeljs",
"tweenjs",
"soundjs",
"preloadjs"
],
"devDependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-util": "^3.0.6"
},
"dependencies": {
"@types/createjs": "0.0.29"
}
}