forked from velesin/jasmine-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 817 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
{
"name": "jasmine-jquery"
, "description": "jQuery matchers and fixture loader for Jasmine framework"
, "version": "2.0.5"
, "keywords": ["jasmine", "jquery"]
, "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"
}
}