jasmine-ajax/package.json
slackersoft c9ec591514 Give each class it's own file for better separation
- Specs still run against the concatenated file
- Use the jasmine require obj `getJasmineRequireObj()` for dependencies
2014-08-04 07:46:32 -07:00

22 lines
550 B
JSON

{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite",
"url": "https://github.com/pivotal/jasmine-ajax",
"main": "lib/mock-ajax.js",
"version": "2.0.1",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine-ajax"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-shell": "~0.2.1"
}
}