forked from ajbarry3/createjs-module
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.33 KB
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
55
{
"name": "@nomadreservations/createjs-module",
"version": "1.0.0-beta.5",
"description": "Collection of libraries in the CreateJS suite for Angular and Ionic.",
"author": "AJ Barry <ajbarry3@gmail.com>",
"main": "./createjs.js",
"types": "./createjs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ajbarry3/createjs-module"
},
"scripts": {
"build": "gulp",
"build:package": "gulp package",
"build:compile": "gulp compile"
},
"license": "MIT",
"keywords": [
"createjs",
"easeljs",
"angular",
"angular2",
"angular4",
"angular 2",
"angular 4",
"angular 6",
"angular 8",
"angular 9",
"angular 11",
"ionic",
"ionic2",
"ionic3",
"ionic 2",
"ionic 3",
"easeljs",
"tweenjs",
"soundjs",
"preloadjs"
],
"devDependencies": {
"babel": "^5.8.38",
"createjs": "^1.0.1",
"easeljs": "^1.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-util": "^3.0.6",
"preloadjs": "^1.0.1",
"soundjs": "^1.0.1",
"tweenjs": "^1.0.2"
},
"dependencies": {
"@types/createjs": "0.0.29"
}
}