edifice-facade
Version:
Create facades to separate modules in your application
37 lines (36 loc) • 835 B
JSON
{
"name": "edifice-facade",
"version": "0.3.4",
"description": "Create facades to separate modules in your application",
"main": "lib/facade.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/nathanmacinnes/edifice-facade.git"
},
"keywords": [
"facades",
"modular",
"application",
"edifice"
],
"author": "Nathan MacInnes",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanmacinnes/edifice-facade/issues"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-jscs": "^3.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"injectr": "^0.5.1",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"pretendr": "^0.6.2"
}
}