systemjs/package.json
2014-05-09 17:19:08 -04:00

23 lines
511 B
JSON

{
"name": "systemjs",
"version": "0.6.0",
"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.6.0"
},
"devDependencies": {
"qunit": "^0.6.2",
"uglify-js": "~2.4.13"
},
"scripts": {
"test": "qunit -c s:./dist/system.js -t ./test/test.js"
}
}