{ "name": "momentumengine", "version": "0.2.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 ", "license": "MIT", "engines": { "node": "^4.2.3" }, "devDependencies": { "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.6.1", "gulp": "3.9.1", "gulp-util": "3.0.7", "webpack": "1.12.14" }, "dependencies": {} }