systemjs-builder
Version:
SystemJS Build Tool ===
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "systemjs-builder",
"version": "0.8.1",
"description": "SystemJS Build Tool ===",
"main": "index.js",
"directories": {
"test": "test",
"baseURL": "test",
"lib": "test",
"packages": "test/jspm_packages"
},
"dependencies": {
"mkdirp": "^0.5.0",
"rsvp": "^3.0.16",
"source-map": "~0.2.0",
"systemjs": "^0.13.2",
"traceur": "0.0.82",
"6to5-core": "~3.5.3",
"uglify-js": "^2.4.15"
},
"devDependencies": {
"es6-module-loader": "0.13.1",
"mocha": "~2.0.0",
"chai": "^1.10.0",
"react-tools": "^0.12.1"
},
"repository": {
"type": "git",
"url": "http://github.com/systemjs/builder.git"
},
"scripts": {
"test:traceur": "cd test && node run-build.js && open test-build.html",
"test:6to5": "cd test && node run-build.js 6to5 && open test-build.html",
"test:unit": "./node_modules/.bin/mocha test/unit-tests.js"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/systemjs/builder/issues"
},
"homepage": "https://github.com/systemjs/builder",
"jspm": {
"directories": {
"baseURL": "test",
"lib": "test"
}
}
}