forked from velesin/jasmine-jquery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 819 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": "1.5.92"
, "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.1"
, "grunt-contrib-jshint": "~0.6.0"
, "grunt-contrib-jasmine": "git://github.com/travisjeffery/grunt-contrib-jasmine#fa720365d48a04befe058666cd683ca2bdee1e6f"
}
}