mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
28 lines
751 B
JSON
28 lines
751 B
JSON
{
|
|
"name": "systemjs",
|
|
"version": "0.16.11",
|
|
"description": "System loader extension for flexible AMD & CommonJS support",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/systemjs/systemjs"
|
|
},
|
|
"author": "Guy Bedford",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-module-loader": "^0.16.4",
|
|
"when": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.0.10",
|
|
"qunit": "^0.6.2",
|
|
"traceur": "0.0.88",
|
|
"typescript": "mhegazy/typescript#v1.5-beta2",
|
|
"uglify-js": "~2.4.13"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:babel && npm run test:traceur && make test",
|
|
"test:babel": "qunit -c s:./index.js -t ./test/test-babel.js",
|
|
"test:traceur": "qunit -c s:./index.js -t ./test/test.js"
|
|
}
|
|
}
|