-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
38 lines (38 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "karma-jspm",
"version": "2.2.3",
"description": "Include jspm module loader for karma runs; allows dynamic loading of src and test files and modules",
"main": "index.js",
"keywords": [
"karma-plugin",
"karma-adapter",
"jspm"
],
"scripts": {
"test": "cross-env JASMINE_CONFIG_PATH=test/jasmine.json jasmine 'test/**/*.spec.js'",
"lint": "eslint **/*.js"
},
"author": {
"name": "Max Peterson",
"email": "[email protected]"
},
"contributors": [
{
"name": "Max Peterson",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:Workiva/karma-jspm.git"
},
"dependencies": {
"glob": "~7.0.5"
},
"devDependencies": {
"cross-env": "^1.0.7",
"eslint": "^2.10.2",
"jasmine": "^2.4.1"
}
}