forked from ajbarry3/createjs-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 927 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 927 Bytes
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
{
"name": "createjs-module",
"version": "1.0.3",
"description": "PreloadJS and SoundJS for Angular and Ionic.",
"author": "S. Liebehenz <sl@nettrek.de>",
"main": "./createjs.js",
"types": "./createjs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/netTrekSL/createjs-module"
},
"license": "MIT",
"keywords": [
"createjs",
"angular",
"angular2",
"angular4",
"angular 2",
"angular 4",
"ionic",
"ionic2",
"ionic3",
"ionic 2",
"ionic 3",
"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/preloadjs": "^0.6.32",
"@types/soundjs": "^0.6.27"
}
}