jasmine-json
Version:
Add matchers for testing json
36 lines (35 loc) • 777 B
JSON
{
"name": "jasmine-json",
"version": "0.0.3",
"description": "Add matchers for testing json",
"main": "lib/matchers",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jasmine",
"spec",
"test"
],
"author": "Ben Ogle",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/jamsmine-json/raw/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "http://github.com/atom/jasmine-json.git"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"jasmine-focused": "~0.12.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-cli": "~0.1.8",
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-coffeelint": "0.0.6",
"rimraf": "~2.2.2"
}
}