-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 788 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 788 Bytes
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
{
"name": "karma-jquery",
"version": "0.2.4",
"description": "A Karma plugin - adapter for jQuery framework.",
"author": "Vladimir Alaev <scf2k@yandex.ru> (http://github.com/scf2k)",
"main": "./index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/scf2k/karma-jquery.git"
},
"bugs": {
"url": "https://github.com/scf2k/karma-jquery/issues"
},
"homepage": "https://github.com/scf2k/karma-jquery",
"keywords": [
"karma-plugin",
"karma-framework",
"jquery"
],
"dependencies": {},
"peerDependencies": {
"karma": ">=0.9"
},
"readme": "karma-jquery\n=================\n\nKarma plugin for jQuery framework\n",
"readmeFilename": "README.md",
"_id": "karma-jquery@0.2.4",
"_from": "karma-jquery@"
}