mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"name": "systemjs",
|
|
"version": "0.11.0",
|
|
"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.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "^0.6.2",
|
|
"uglify-js": "~2.4.13"
|
|
},
|
|
"scripts": {
|
|
"test": "qunit -c s:./dist/system.js -t ./test/test.js"
|
|
}
|
|
}
|