32 lines
790 B
JSON
32 lines
790 B
JSON
{
|
|
"name": "momentumengine",
|
|
"version": "0.8.0",
|
|
"description": "An ES6 game and animation engine.",
|
|
"main": "src/es6.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nathankunicki/momentumengine.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gulp --silent",
|
|
"build": "gulp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^7.6.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "6.23.1",
|
|
"babel-loader": "6.3.2",
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
"babel-preset-es2015": "6.22.0",
|
|
"babel-preset-stage-0": "6.22.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-jsdoc3": "1.0.1",
|
|
"gulp-util": "3.0.8",
|
|
"webpack": "2.2.1"
|
|
}
|
|
}
|