Skip to content

Commit

Permalink
Remove engine-dependencies package
Browse files Browse the repository at this point in the history
Closes #687
  • Loading branch information
Manuel Mujica committed Apr 28, 2017
1 parent 5782d89 commit 9d16468
Showing 1 changed file with 3 additions and 50 deletions.
53 changes: 3 additions & 50 deletions package.json
Expand Up @@ -13,7 +13,6 @@
"chokidar": "^1.0.1",
"clean-css": "^4.0.5",
"colors": "^1.1.2",
"engine-dependencies": "^0.2.0",
"find-line-column": "^0.5.2",
"fs-extra": "~2.1.2",
"glob": "^7.1.1",
Expand Down Expand Up @@ -57,52 +56,8 @@
"steal-conditional": "^0.3.2",
"steal-qunit": "^1.0.0",
"testee": "^0.4.0",
"tree-kill": "^1.0.0"
},
"engineDependencies": {
"node": {
"0.10.x": {
"devDependencies": {
"zombie": "^3.1.1",
"es6-promise": "^2.0.0"
}
},
"0.12.x": {
"dependencies": {
"fs-extra": "~0.16.3"
},
"devDependencies": {
"zombie": "^3.1.1"
}
},
"4.x.x": {
"devDependencies": {
"zombie": "^4.2.1"
}
},
"^5.0.0": {
"devDependencies": {
"zombie": "^4.2.1"
}
},
"^6.0.0": {
"devDependencies": {
"zombie": "^4.2.1"
}
},
"^7.0.0": {
"devDependencies": {
"zombie": "^4.2.1"
}
}
},
"iojs": {
"^3.0.0": {
"devDependencies": {
"zombie": "^4.1.0"
}
}
}
"tree-kill": "^1.0.0",
"zombie": "^4.3.0"
},
"bin": {
"steal-tools": "bin/steal"
Expand All @@ -120,19 +75,17 @@
}
],
"scripts": {
"postinstall": "install-engine-dependencies",
"test": "npm run mocha && npm run test:browser",
"test:browser": "npm run worker-test-build && testee test/browser/test.html --browsers firefox --reporter Spec",
"worker-test-build": "node bin/steal build --main worker --config test/browser/webworker/stealconfig.js --bundle-steal --quiet",
"mocha": "mocha test/test.js",
"jshint": "jshint lib/**/*.js Gruntfile.js --config",
"bower-install": "bower install",
"install-engine-dependencies": "install-engine-dependencies",
"coverage": "istanbul cover _mocha -- test/test --timeout 600000",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js"
},
"engines": {
"node": "0.10.x - 0.12.x || ^3.0.0 || 4.x - 6.0.x"
"node": "4.x - 7.x"
},
"system": {
"npmDependencies": [
Expand Down

0 comments on commit 9d16468

Please sign in to comment.