Cleanup some package.json cruft

This commit is contained in:
Timothy Farrell 2017-01-26 14:58:45 -06:00
parent ca2134985c
commit 8c5e255db0

View File

@ -5,21 +5,6 @@
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"files": ["dist", "lib", "src"],
"keywords": ["reactive"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-0": "6.16.0",
"eslint": "3.12.2",
"jasmine": "^2.5.3",
"rimraf": "2.5.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-json": "2.1.0"
},
"scripts": {
"clean": "rimraf dist lib",
"build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib",
@ -32,5 +17,19 @@
"prepublish": "npm run clean && npm run build",
"test": "npm run build:lib && jasmine",
"uglifyjs": "2.4.10"
},
"keywords": ["reactive"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-0": "6.16.0",
"jasmine": "^2.5.3",
"rimraf": "2.5.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-json": "2.1.0"
}
}