{ "name": "miyazaki", "version": "1.0.0", "description": "DOM Element Animation Library", "main": "lib/animation.js", "esnext": "src/animation.js", "scripts": { "test": "standard && mocha --compilers js:babel-core/register --recursive", "build-node": "babel ./src --out-dir ./lib", "build-web": "webpack" }, "author": "Thomas Reggi", "license": "ISC", "babel": { "presets": [ "es2015" ] }, "standard": { "ignore": [ "lib", "dist" ] }, "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.3.17", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "mocha": "^2.3.4", "webpack": "^1.12.9" } }