61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "karma-ie-launcher",
|
|
"version": "1.0.0",
|
|
"description": "A Karma plugin. Launcher for Internet Explorer.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/karma-runner/karma-ie-launcher.git"
|
|
},
|
|
"keywords": [
|
|
"karma-plugin",
|
|
"karma-launcher",
|
|
"ie"
|
|
],
|
|
"author": "Vojta Jina <vojta.jina@gmail.com>",
|
|
"dependencies": {
|
|
"lodash": "^4.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"karma": ">=0.9"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"di": "^0.0.1",
|
|
"eslint": "^2.4.0",
|
|
"eslint-config-standard": "^5.1.0",
|
|
"eslint-plugin-promise": "^1.1.0",
|
|
"eslint-plugin-react": "^4.2.1",
|
|
"eslint-plugin-standard": "^1.3.2",
|
|
"grunt": "^0.4.1",
|
|
"grunt-auto-release": "^0.0.6",
|
|
"grunt-bump": "^0.7.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-conventional-changelog": "^6.1.0",
|
|
"grunt-conventional-github-releaser": "^0.5.0",
|
|
"grunt-eslint": "^18.0.0",
|
|
"grunt-npm": "^0.0.2",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"karma": "1.x || ^0.13.22",
|
|
"load-grunt-tasks": "^3.2.0",
|
|
"mocks": "0.0.15",
|
|
"sinon": "^1.14.1",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"contributors": [
|
|
"sarychev <dizel3d@gmail.com>",
|
|
"Mark Ethan Trostler <mark@zzo.com>",
|
|
"sylvain-hamel <sylvainhamel0@gmail.com>",
|
|
"dignifiedquire <dignifiedquire@gmail.com>",
|
|
"Sylvain Hamel <sylvainhamel0@gmail.com>",
|
|
"Andreas Krummsdorf <a.krummsdorf@litixsoft.de>",
|
|
"Nikita Khomyakov <dr.evil@krtn.eu>",
|
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
"Christopher Currie <ccurrie@impresys.com>"
|
|
]
|
|
}
|