UNPKG

1.01 kBJSONView Raw
1{
2 "name": "karma-fixture",
3 "description": "A plugin for the Karma test runner that loads .html and .json fixtures",
4 "keywords": [
5 "karma",
6 "karma-plugin",
7 "fixtures",
8 "fixture"
9 ],
10 "version": "0.2.6",
11 "author": "Bill Trikalinos <billtrik@gmail.com>",
12 "homepage": "https://github.com/billtrik/karma-fixture",
13 "license": "MIT",
14 "main": "./lib/index.js",
15 "scripts": {
16 "test": "node ./node_modules/karma/bin/karma start --single-run",
17 "prepublish": "./node_modules/.bin/coffee -o lib -c src/*.coffee"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/billtrik/karma-fixture.git"
22 },
23 "bugs": {
24 "url": "https://github.com/billtrik/karma-fixture/issues"
25 },
26 "devDependencies": {
27 "coffee-script": "^1.7.1",
28 "karma": "^0.12.31",
29 "karma-chai": "^0.1.0",
30 "karma-cli": "0.0.4",
31 "karma-coffee-preprocessor": "^0.2.1",
32 "karma-mocha": "^0.1.3",
33 "karma-mocha-reporter": "^1.0.0",
34 "karma-phantomjs-launcher": "^0.1.4"
35 }
36}