UNPKG

3.84 kBJSONView Raw
1{
2 "name": "steal-tools",
3 "description": "Futuristic build tools for ES6 Module applications.",
4 "version": "2.0.8",
5 "author": {
6 "name": "Bitovi",
7 "email": "contact@bitovi.com",
8 "web": "http://bitovi.com/"
9 },
10 "dependencies": {
11 "babel-minify": "^0.5.0",
12 "babel-standalone": "^6.23.1",
13 "bitovi-source-map": "0.4.2-bitovi.2",
14 "chokidar": "^2.0.0",
15 "clean-css": "^4.1.9",
16 "colors": "^1.2.1",
17 "common-tags": "^1.7.2",
18 "find-line-column": "^0.5.2",
19 "fs-extra": "~7.0.0",
20 "glob": "^7.1.1",
21 "globby": "^8.0.1",
22 "gzip-size": "4.0.0",
23 "is-appveyor": "^1.0.0",
24 "lodash": "^4.17.0",
25 "loose-envify": "^1.3.1",
26 "moment": "^2.10.2",
27 "multimatch": "^2.1.0",
28 "normalize-path": "^2.1.1",
29 "object.entries": "^1.0.4",
30 "pdenodeify": "^0.1.0",
31 "prettier": "1.12.0",
32 "pump": "^3.0.0",
33 "rollup-plugin-commonjs": "^9.1.3",
34 "steal": "^2.1.0",
35 "steal-bundler": "^0.3.6",
36 "steal-parse-amd": "^1.0.0",
37 "steal-rollup": "^0.58.3",
38 "through2": "^3.0.0",
39 "tmp": "0.0.33",
40 "traceur": "0.0.111",
41 "transpile": "^2.6.1",
42 "uglify-es": "3.1.3",
43 "urix": "^0.1.0",
44 "winston": "^2.2.0",
45 "ws": "^5.1.1",
46 "yargs": "^11.0.0"
47 },
48 "devDependencies": {
49 "babel-plugin-steal-test": "0.0.2",
50 "babel-preset-steal-test": "0.0.1",
51 "browserify": "~16.1.1",
52 "comparify": "git://github.com/bitovi/comparify.git#master",
53 "connect": "^3.6.5",
54 "coveralls-send": "0.0.2",
55 "cssify": "^1.0.3",
56 "istanbul": "^0.4.2",
57 "jquery": "^3.1.1",
58 "jshint": "~2.9.1",
59 "mocha": "^3.5.3",
60 "mocha-lcov-reporter": "^1.2.0",
61 "mock-fs": "4.4.1",
62 "mockery": "^2.0.0",
63 "rimraf": "^2.6.2",
64 "serve-static": "^1.12.6",
65 "steal-conditional": "^1.1.0",
66 "steal-css": "^1.3.1",
67 "steal-less": "^1.3.1",
68 "steal-qunit": "^1.0.0",
69 "testee": "^0.8.0",
70 "tree-kill": "^1.2.0",
71 "zombie": "^5.0.6"
72 },
73 "bin": {
74 "steal-tools": "bin/steal"
75 },
76 "main": "index",
77 "homepage": "http://stealjs.com/",
78 "repository": {
79 "type": "git",
80 "url": "git://github.com/stealjs/steal-tools.git"
81 },
82 "licenses": [
83 {
84 "type": "MIT",
85 "url": "http://opensource.org/licenses/mit-license.php"
86 }
87 ],
88 "scripts": {
89 "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",
90 "test:browser": "npm run worker-test-build && testee test/browser/test.html --browsers firefox --reporter Spec",
91 "worker-test-build": "node bin/steal build --main worker --config test/browser/webworker/stealconfig.js --bundle-steal --quiet",
92 "mocha": "mocha test/test.js",
93 "jshint": "jshint lib/**/*.js Gruntfile.js --config",
94 "coverage": "istanbul cover _mocha -- test/test --timeout 600000",
95 "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js",
96 "test:slim-worker-single": "node test/slim/worker/single/build.js && testee test/slim/worker/single/worker.html --browsers firefox --reporter Spec",
97 "test:slim-worker-progressive": "node test/slim/worker/progressive/build.js && testee test/slim/worker/progressive/worker.html --browsers firefox --reporter Spec",
98 "test:slim-worker-shared": "node test/slim/shared_bundles/build.js && testee test/slim/shared_bundles/worker.html --browsers firefox --reporter Spec",
99 "test:exports-worker": "node test/exports_worker/exports.js && testee test/exports_worker/worker.html --browsers firefox --reporter Spec"
100 },
101 "engines": {
102 "node": "4.x - 10.x"
103 },
104 "system": {
105 "npmDependencies": [
106 "steal-qunit"
107 ]
108 },
109 "greenkeeper": {
110 "ignore": [
111 "traceur"
112 ]
113 }
114}