js-facade
Version:
Front end testing helpers!
39 lines (38 loc) • 805 B
JSON
{
"name": "js-facade",
"version": "0.5.1",
"description": "Front end testing helpers!",
"main": "dist/facade.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"js",
"angular",
"httpBackend",
"testing"
],
"author": "Blake West",
"license": "MIT",
"dependencies": {
"lodash": "*"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-uglify": "^1.0.1",
"mocha": "^2.2.1",
"should": "^4.0.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hinthealth/facade.git"
},
"bugs": {
"url": "https://github.com/hinthealth/facade/issues"
},
"homepage": "https://github.com/hinthealth/facade#readme"
}