karma-systemjs
Version:
A Karma plugin. Adapter for SystemJS module loader.
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "karma-systemjs",
"version": "0.16.0",
"description": "A Karma plugin. Adapter for SystemJS module loader.",
"main": "lib/index.js",
"scripts": {
"test": "jasmine-node ./test/framework.spec.js && karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/rolaveric/karma-systemjs.git"
},
"keywords": [
"karma-plugin",
"karma-adapter",
"systemjs"
],
"author": "Jason Stone <rolaveric@gmail.com>",
"contributors": "Kendrick Burson <spam.kpb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rolaveric/karma-systemjs/issues"
},
"homepage": "https://github.com/rolaveric/karma-systemjs",
"dependencies": {
"lodash": "^4.16.2",
"minimatch": "^3.0.0"
},
"devDependencies": {
"es6-module-loader": "^0.17.11",
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.12",
"plugin-typescript": "^5.1.2",
"systemjs": "^0.19.27",
"systemjs-plugin-babel": "0.0.15",
"traceur": "^0.0.111"
}
}