UNPKG

systemjs-builder

Version:
51 lines (50 loc) 1.48 kB
{ "name": "systemjs-builder", "version": "0.16.15", "description": "SystemJS Build Tool", "main": "index.js", "dependencies": { "babel-core": "^6.24.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-amd-system-wrapper": "^0.3.7", "babel-plugin-transform-cjs-system-wrapper": "^0.6.2", "babel-plugin-transform-es2015-modules-systemjs": "^6.6.5", "babel-plugin-transform-global-system-wrapper": "^0.3.4", "babel-plugin-transform-system-register": "^0.0.1", "bluebird": "^3.3.4", "data-uri-to-buffer": "0.0.4", "es6-template-strings": "^2.0.0", "glob": "^7.0.3", "mkdirp": "^0.5.1", "rollup": "^0.58.2", "source-map": "^0.5.3", "systemjs": "^0.19.46", "terser": "3.8.1", "traceur": "0.0.105" }, "devDependencies": { "babel": "^5.8.38", "chai": "^3.0.0", "mocha": "^2.2.5", "mocha-phantomjs": "4.1.0", "phantomjs": "2.1.7", "systemjs-plugin-babel": "0.0.19", "typescript": "1.6.2", "unexpected": "^9.11.0", "when": "^3.7.5" }, "repository": { "type": "git", "url": "http://github.com/systemjs/builder.git" }, "scripts": { "test": "mocha", "update-expectations": "UPDATE_EXPECTATIONS=1 mocha" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/systemjs/builder/issues" }, "homepage": "https://github.com/systemjs/builder" }