UNPKG

590 BJSONView Raw
1{
2 "name": "karma-jspm",
3 "version": "0.0.1",
4 "description": "Include jspm module loader for karma runs; allows dynamic loading of src and test files and modules",
5 "main": "lib/index.js",
6 "keywords": [
7 "karma-plugin",
8 "karma-adapter",
9 "jspm"
10 ],
11 "scripts": {
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "author": {
15 "name": "Max Peterson",
16 "email": "computmaxer@gmail.com"
17 },
18 "license": "ISC",
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:WebFilings/karma-jspm.git"
22 },
23 "dependencies": {
24 "glob": "~3.2"
25 }
26}