mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-29 11:20:30 +08:00
27 lines
818 B
JSON
27 lines
818 B
JSON
{
|
|
"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": "tj@travisjeffery.com"
|
|
, "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#9d5874dd592cf41e8268918fe9baeb261afd75b2"
|
|
}
|
|
}
|