UNPKG

evolve-js

Version:

EvolveJS An Elements framework built over CreateJS

62 lines (61 loc) 1.77 kB
{ "name": "evolve-js", "version": "0.1.21", "description": "EvolveJS An Elements framework built over CreateJS", "main": "dist/evolve.js", "scripts": { "build": "webpack --progress", "docs": "jsdoc -R ./README.md -r -c ./jsdoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/blackmirror1980/evolve-js.git" }, "keywords": [ "createjs", "HTML5", "javascript", "Game", "ES6" ], "author": "Black Mirror", "license": "MIT", "bugs": { "url": "https://github.com/blackmirror1980/evolve-js/issues" }, "homepage": "https://github.com/blackmirror1980/evolve-js#readme", "dependencies": { "create-es6-js": "^0.1.10", "flavor-js": "^0.3.11" }, "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.24.0", "babel-eslint": "^7.2.1", "babel-loader": "^6.4.1", "babel-plugin-add-jsdoc-properties": "^0.1.4", "babel-plugin-lodash": "^3.2.11", "babel-preset-env": "^1.3.2", "babel-preset-es2015": "^6.6.0", "clean-webpack-plugin": "^0.1.15", "compression-webpack-plugin": "^0.3.2", "copy-webpack-plugin": "^4.0.1", "eslint": "^3.9.1", "eslint-config-airbnb": "^13.0.0", "eslint-config-standard": "^7.1.0", "eslint-loader": "^1.6.1", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^6.6.0", "eslint-plugin-standard": "^2.1.1", "exports-loader": "^0.6.3", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "imports-loader": "^0.6.5", "lodash-webpack-plugin": "^0.11.2", "webpack": "^1.14.0", "webpack-node-externals": "^1.5.4" } }