diff --git a/package.json b/package.json index 39b2cae..cd94f60 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,16 @@ { - "name": "createjs", - "version": "1.0.1", + "name": "@blakeelearning/createjs", + "version": "1.0.0", "description": "A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.", - "url": "http://createjs.com", - "repository": { - "type": "git", - "url": "https://github.com/CreateJS/Combined.git" + "license": "MIT", + "main": "dist/createjs.js", + "exports": { + ".": "./dist/createjs.js" }, - "jsdelivr": "dist/createjs.min.js", - "autoupdate": { - "source": "git", - "target": "git://github.com/CreateJS/CreateJS.git", - "fileMap": [ - { - "basePath": "dist/", - "files": [ - "createjs.js", - "createjs.min.js" - ] - } - ] + "publishConfig": { }, - "keywords": [ - "createjs", - "easeljs", - "tweenjs", - "soundjs", - "preloadjs", - "zoe", - "gskinner", - "flash", - "javascript", - "canvas", - "html5", - "animate" - ], - "author": "gskinner.com, inc.", - "license": "MIT" + "repository": { + "type": "git", + "url": "https://github.com/blake-education/createjs.git" + } }