Update package.json

pull/1/head
ninabreznik 8 years ago
parent f223d15fef
commit 915a706a16
  1. 34
      package.json

@ -30,8 +30,10 @@
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0", "babel-plugin-transform-es2015-unicode-regex": "^6.11.0",
"babel-plugin-transform-regenerator": "^6.16.1", "babel-plugin-transform-regenerator": "^6.16.1",
"babel-polyfill": "^6.22.0", "babel-polyfill": "^6.22.0",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"brace": "^0.8.0", "brace": "^0.8.0",
"browserify": "^13.0.0", "browserify": "^13.0.0",
@ -65,7 +67,8 @@
"watchify": "^3.9.0", "watchify": "^3.9.0",
"web3": "^0.18.0", "web3": "^0.18.0",
"webworkify": "^1.2.1", "webworkify": "^1.2.1",
"yo-yo": "^1.2.2" "yo-yo": "^1.2.2",
"csjs-inject": "^1.0.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -114,15 +117,11 @@
}, },
"browserify": { "browserify": {
"transform": [ "transform": [
[ ["babelify", {
"babelify",
{
"sourceMapsAbsolute": false, "sourceMapsAbsolute": false,
"sourceMaps": true, "sourceMaps": true,
"plugins": [ "plugins": [
[ ["fast-async", {
"fast-async",
{
"runtimePattern": null, "runtimePattern": null,
"compiler": { "compiler": {
"es7": true, "es7": true,
@ -130,20 +129,12 @@
"promises": true, "promises": true,
"wrapAwait": true "wrapAwait": true
} }
} }],
], ["yo-yoify"]
[
"yo-yoify"
]
],
"presets": [
"es2015"
]
}
], ],
[ "presets": ["es2015"]
"uglifyify" }],
] ["uglifyify"]
] ]
}, },
"scripts": { "scripts": {
@ -170,8 +161,5 @@
"test": "standard; npm run csslint; node test/index.js", "test": "standard; npm run csslint; node test/index.js",
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", "test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest",
"watch": "watchify src/index.js -dv --delay 0 -p browserify-reload -o '| npm run sourcemap'" "watch": "watchify src/index.js -dv --delay 0 -p browserify-reload -o '| npm run sourcemap'"
},
"dependencies": {
"csjs-inject": "^1.0.1"
} }
} }

Loading…
Cancel
Save