systemjs/package.json
2014-06-26 18:58:13 -07:00

23 lines
509 B
JSON

{
"name": "systemjs",
"version": "0.6.7",
"description": "System loader extension for flexible AMD & CommonJS support",
"main": "dist/system.js",
"repository": {
"type": "git",
"url": "git://github.com/systemjs/systemjs"
},
"author": "Guy Bedford",
"license": "MIT",
"dependencies": {
"es6-module-loader": "~0.7.1"
},
"devDependencies": {
"qunit": "^0.6.2",
"uglify-js": "~2.4.13"
},
"scripts": {
"test": "qunit -c s:./dist/system.js -t ./test/test.js"
}
}