UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

111 lines (110 loc) 3.71 kB
{ "name": "steal-tools", "description": "Futuristic build tools for ES6 Module applications.", "version": "1.11.2", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "web": "http://bitovi.com/" }, "dependencies": { "babel-standalone": "^6.23.1", "bitovi-source-map": "0.4.2-bitovi.2", "chokidar": "^2.0.0", "clean-css": "^4.1.9", "colors": "^1.1.2", "find-line-column": "^0.5.2", "fs-extra": "~5.0.0", "glob": "^7.1.1", "gzip-size": "4.0.0", "is-appveyor": "^1.0.0", "lodash": "^4.17.0", "loose-envify": "^1.3.1", "moment": "^2.10.2", "multimatch": "^2.1.0", "normalize-path": "^2.1.1", "pdenodeify": "^0.1.0", "prettier": "1.9.2", "pump": "^1.0.2", "steal": "^1.6.4", "steal-bundler": "^0.3.6", "steal-parse-amd": "^1.0.0", "through2": "^2.0.0", "tmp": "0.0.33", "traceur": "0.0.111", "transpile": "^2.5.6", "uglify-es": "3.1.3", "urix": "^0.1.0", "winston": "^2.2.0", "ws": "^4.0.0", "yargs": "^10.0.3" }, "devDependencies": { "babel-plugin-steal-test": "0.0.2", "babel-preset-steal-test": "0.0.1", "bower": "1.8.2", "browserify": "~15.0.0", "comparify": "git://github.com/bitovi/comparify.git#master", "connect": "^3.6.5", "coveralls-send": "0.0.2", "cssify": "^1.0.3", "istanbul": "^0.4.2", "jquery": "^3.1.1", "jshint": "~2.9.1", "mocha": "^3.5.3", "mocha-lcov-reporter": "^1.2.0", "mock-fs": "4.4.1", "mockery": "^2.0.0", "rimraf": "^2.6.2", "serve-static": "^1.12.6", "steal-conditional": "^0.4.0", "steal-css": "^1.3.1", "steal-less": "^1.2.2", "steal-qunit": "^1.0.0", "testee": "^0.7.0", "tree-kill": "^1.2.0", "zombie": "^5.0.6" }, "bin": { "steal-tools": "bin/steal" }, "main": "index", "homepage": "http://stealjs.com/", "repository": { "type": "git", "url": "git://github.com/stealjs/steal-tools.git" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "scripts": { "test": "npm run mocha && npm run test:browser && npm run test:slim-worker-single && npm run test:slim-worker-progressive && npm run test:exports-worker", "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", "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", "test:slim-worker-single": "node test/slim/worker/single/build.js && testee test/slim/worker/single/worker.html --browsers firefox --reporter Spec", "test:slim-worker-progressive": "node test/slim/worker/progressive/build.js && testee test/slim/worker/progressive/worker.html --browsers firefox --reporter Spec", "test:slim-worker-shared": "node test/slim/shared_bundles/build.js && testee test/slim/shared_bundles/worker.html --browsers firefox --reporter Spec", "test:exports-worker": "node test/exports_worker/exports.js && testee test/exports_worker/worker.html --browsers firefox --reporter Spec" }, "engines": { "node": "4.x - 10.x" }, "system": { "npmDependencies": [ "steal-qunit" ] }, "greenkeeper": { "ignore": [ "traceur" ] } }