UNPKG

createjs-libs

Version:

A createjs package that can be NPM installed

48 lines (47 loc) 1 kB
{ "name": "createjs-libs", "version": "1.1.0", "description": " A createjs package that can be NPM installed", "main": "build/createjs.js", "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1", "npm:publish": "npm publish --access=public" }, "keywords": [ "createjs", "easeljs", "tweenjs", "soundjs", "preloadjs", "create", "easel", "tween", "sound", "preload", "canvas", "animation", "html5", "h5", "javascript" ], "author": "PengXiang", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/pxim/createjs-libs.git" }, "bugs": { "url": "https://github.com/pxim/createjs-libs/issues" }, "homepage": "https://github.com/pxim/createjs-libs", "devDependencies": { "exports-loader": "^0.6.4", "imports-loader": "^0.7.1", "createjs": "^1.0.1", "path": "^0.12.7", "webpack": "^3.0.0" }, "dependencies": { } }