{ "name": "systemjs", "version": "0.18.2", "description": "System loader extension for flexible AMD & CommonJS support", "repository": { "type": "git", "url": "git://github.com/systemjs/systemjs" }, "author": "Guy Bedford", "license": "MIT", "dependencies": { "es6-module-loader": "^0.17.2", "when": "^3.7.2" }, "devDependencies": { "babel-core": "^5.5.8", "qunit": "^0.6.2", "traceur": "0.0.90", "typescript": "mhegazy/typescript#v1.5-beta2", "uglify-js": "~2.4.23" }, "scripts": { "test:browser": "make test", "test": "npm run test:babel && npm run test:traceur && npm run test:typescript", "test:babel": "qunit -c s:./index.js -t ./test/test-babel.js", "test:traceur": "qunit -c s:./index.js -t ./test/test-traceur.js", "test:typescript": "qunit -c s:./index.js -t ./test/test-typescript.js" } }