wallet-core/node_modules/systemjs/package.json

35 lines
907 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "systemjs",
"version": "0.19.40",
"description": "Universal dynamic module loader",
"repository": {
"type": "git",
"url": "git://github.com/systemjs/systemjs"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"author": "Guy Bedford",
"license": "MIT",
"files": [
"index.js",
"dist"
2016-10-10 03:43:44 +02:00
],
"dependencies": {
"when": "^3.7.5"
},
"devDependencies": {
"babel-core": "^5.8.22",
"qunit": "^0.6.2",
"traceur": "0.0.105",
"typescript": "^1.6.2",
"uglify-js": "~2.4.23"
},
"scripts": {
2016-11-03 01:33:53 +01:00
"test:browser": "make test",
2016-10-10 03:43:44 +02:00
"perf": "node bench/normalize-perf.js",
2016-11-03 01:33:53 +01:00
"build": "make",
2016-10-10 03:43:44 +02:00
"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"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}