forked from billtrik/karma-fixture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1015 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
{
"name": "karma-fixture",
"description": "A plugin for the Karma test runner that loads .html and .json fixtures",
"keywords": [
"karma",
"karma-plugin",
"fixtures",
"fixture"
],
"version": "0.2.6",
"author": "Bill Trikalinos <[email protected]>",
"homepage": "https://github.com/billtrik/karma-fixture",
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start --single-run",
"prepublish": "./node_modules/.bin/coffee -o lib -c src/*.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/billtrik/karma-fixture.git"
},
"bugs": {
"url": "https://github.com/billtrik/karma-fixture/issues"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-mocha-reporter": "^1.0.0",
"karma-phantomjs-launcher": "^0.1.4"
}
}