mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"name": "systemjs",
|
|
"version": "0.13.2",
|
|
"description": "System loader extension for flexible AMD & CommonJS support",
|
|
"main": "dist/system.src.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/systemjs/systemjs"
|
|
},
|
|
"author": "Guy Bedford",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-module-loader": "~0.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"6to5-core": "~3.5.3",
|
|
"qunit": "^0.6.2",
|
|
"uglify-js": "~2.4.13",
|
|
"traceur": "0.0.82"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:6to5 && npm run test:traceur",
|
|
"test:6to5": "qunit -c s:./dist/system.js -t ./test/test-6to5.js",
|
|
"test:traceur": "qunit -c s:./dist/system.js -t ./test/test.js"
|
|
}
|
|
}
|