@thegraid/createjs-module
Version:
ESM for all of CreateJS (for Angluar or Ionic) with @types/createjs.
43 lines (42 loc) • 1.43 kB
JSON
{
"name": "@thegraid/createjs-module",
"version": "1.1.6",
"description": "ESM for all of CreateJS (for Angluar or Ionic) with @types/createjs.",
"author": "TheGraid <thegraid@gmail.com>",
"main": "./createjs.js",
"types": "./createjs.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jackpunt/createjs-module"
},
"scripts": {
"ignore": "the final [14 line] patch for Date()",
"diff-patch": "diff -c createjs.js createjs-patched.js | tail -r | tail -n +14 | tail -r > createjs.js.patch",
"make-patch": "cp createjs.js createjs-patched.js; gulp compile; npm run diff-patch ; npm run patch",
"patch": "patch < createjs.js.patch",
"pub": "npm run build; npm run patch; npm version ${1:-patch}; npm publish --access public",
"build": "gulp compile",
"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"
}
}