restful-ng-mock
Version:
Quickly mock up common HTTP service API patterns.
37 lines (36 loc) • 864 B
JSON
{
"name": "restful-ng-mock",
"version": "0.3.0",
"description": "Quickly mock up common HTTP service API patterns.",
"main": "build/restful-ng-mock.min.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/AmericanCouncils/restful-ng-mock"
},
"keywords": [
"angular",
"angularjs",
"restful-ng-mock",
"restfulngmock",
"restful",
"mock",
"httpbackend"
],
"license": "MIT",
"devDependencies": {
"bower": "*",
"grunt": "~0.4.1",
"grunt-jsdoc": "~0.2.4",
"grunt-karma": "~0.4.3",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-uglify": "~0.1.2",
"grunt-angular-templates": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jasmine": "~0.3.3",
"grunt-cli": "~0.1.7"
}
}