forked from bessdsv/karma-jasmine-jquery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 874 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
{
"name": "karma-jasmine-jquery",
"version": "0.1.1",
"description": "Jasmine-jquery plugin for Jasmine in karma",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall" : "node install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bessdsv/karma-jasmine-jquery.git"
},
"keywords": [
"karma",
"jasmine",
"jquery",
"karma-plugin",
"karma-jasmine",
"karma-framework",
"jasmine-jquery",
"jasmine-plugin"
],
"author": "Sergey Dolinkov",
"license": "BSD",
"bugs": {
"url": "https://github.com/bessdsv/karma-jasmine-jquery/issues"
},
"homepage": "https://github.com/bessdsv/karma-jasmine-jquery",
"dependencies": {
"bower": "^1.3.9",
"bower-installer": "git+ssh://git@github.com:bessdsv/bower-installer.git#temp"
}
}