-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 814 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
{
"name": "karma-bower",
"version": "1.0.1",
"description": "Loads bower packages into your test scope",
"main": "index.js",
"scripts": {
"prepublish": "bower install",
"test": "karma start --single-run",
"dev": "karma start --no-single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/just-boris/karma-bower.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/just-boris/karma-bower/issues"
},
"homepage": "https://github.com/just-boris/karma-bower",
"dependencies": {
"bower-resolve": "^2.2.1"
},
"devDependencies": {
"bower": "^1.4.1",
"karma": "^0.12.31",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}