forked from nomadreservations/createjs-module
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "teveklub-createjs-module",
"version": "1.1.2",
"description": "Collection of libraries in the CreateJS suite for Angular and Ionic. Updated to latest version of CreateJS with types.",
"author": "CamelCoding - VSz <v.szabolcs@camelcoding.com>",
"main": "./createjs.js",
"types": "./createjs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/teveklub/createjs-module"
},
"scripts": {
"build": "gulp",
"build:package": "gulp package",
"build:compile": "gulp compile"
},
"license": "MIT",
"keywords": [
"createjs",
"easeljs"
],
"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"
}
}