forked from velesin/jasmine-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
35
{
"name": "jasmine-jquery",
"description": "jQuery matchers and fixture loader for Jasmine framework",
"version": "2.1.1",
"keywords": [
"jasmine",
"jquery"
],
"main": "lib/jasmine-jquery.js",
"files": [
"lib/"
],
"homepage": "http://github.com/velesin/jasmine-jquery",
"author": {
"name": "Travis Jeffery",
"email": "[email protected]",
"url": "travisjeffery.com"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/velesin/jasmine-jquery.git"
},
"bugs": {
"url": "http://github.com/velesin/jasmine-jquery/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-jasmine": "git://github.com/travisjeffery/grunt-contrib-jasmine#9d5874dd592cf41e8268918fe9baeb261afd75b2"
}
}