momentumengine/package.json
2016-04-16 15:14:13 +01:00

33 lines
818 B
JSON

{
"name": "momentumengine",
"version": "0.5.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": "^4.2.3"
},
"dependencies": {
"babel-core": "6.7.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.6.1",
"gulp": "3.9.1",
"gulp-jsdoc3": "0.2.1",
"gulp-util": "3.0.7",
"webpack": "1.12.14"
}
}