Changed license, updated deps

This commit is contained in:
Nathan Kunicki 2016-03-04 12:06:58 -05:00
parent 91c282b915
commit 1e23ef1e62

View File

@ -1,28 +1,28 @@
{
"name": "momentumengine",
"version": "0.0.1",
"version": "0.1.0",
"description": "An ES6 game and animation engine.",
"main": "src/es6.js",
"scripts": {
"postinstall": "gulp build",
"build": "gulp build",
"postinstall": "gulp --silent",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"license": "ISC",
"license": "MIT",
"engines": {
"node": "^4.2.3"
},
"devDependencies": {
"babel-core": "6.5.2",
"babel-loader": "6.2.2",
"babel-plugin-transform-runtime": "6.5.2",
"babel-preset-es2015": "6.5.0",
"babel-core": "6.6.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.5.0",
"babel-runtime": "6.6.1",
"gulp": "3.9.1",
"gulp-util": "3.0.7",
"webpack": "1.12.13"
"webpack": "1.12.14"
},
"dependencies": {}
}