Changed license, updated deps
This commit is contained in:
parent
91c282b915
commit
1e23ef1e62
20
package.json
20
package.json
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "momentumengine",
|
"name": "momentumengine",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "An ES6 game and animation engine.",
|
"description": "An ES6 game and animation engine.",
|
||||||
"main": "src/es6.js",
|
"main": "src/es6.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "gulp build",
|
"postinstall": "gulp --silent",
|
||||||
"build": "gulp build",
|
"build": "gulp",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^4.2.3"
|
"node": "^4.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "6.5.2",
|
"babel-core": "6.6.4",
|
||||||
"babel-loader": "6.2.2",
|
"babel-loader": "6.2.4",
|
||||||
"babel-plugin-transform-runtime": "6.5.2",
|
"babel-plugin-transform-runtime": "6.6.0",
|
||||||
"babel-preset-es2015": "6.5.0",
|
"babel-preset-es2015": "6.6.0",
|
||||||
"babel-preset-stage-0": "6.5.0",
|
"babel-preset-stage-0": "6.5.0",
|
||||||
"babel-runtime": "6.5.0",
|
"babel-runtime": "6.6.1",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
"gulp-util": "3.0.7",
|
"gulp-util": "3.0.7",
|
||||||
"webpack": "1.12.13"
|
"webpack": "1.12.14"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user