mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "systemjs",
|
|
"version": "0.5.5",
|
|
"description": "System loader extension for flexible AMD & CommonJS support",
|
|
"main": "dist/system.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/guybedford/systemjs"
|
|
},
|
|
"author": "Guy Bedford",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-module-loader": "~0.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "^0.6.2"
|
|
},
|
|
"scripts": {
|
|
"test": "qunit -c s:./dist/system.js -t ./test/test.js"
|
|
}
|
|
}
|