pomegranate
Version:
Super flexible whitebox web application framework
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "pomegranate",
"version": "5.0.2",
"description": "Super flexible whitebox web application framework",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test tap -R spec --cov test/unit/*.js test/integration/**/*.js",
"test-unit": "NODE_ENV=test tap -R spec --cov test/unit/*.js",
"test-integration": "NODE_ENV=test tap -R spec --cov test/integration/**/*.js",
"test-report": "NODE_ENV=test tap -R spec --cov --coverage-report=lcov test/unit/*.js test/integration/**/*.js"
},
"bin": {
"pomegranate": "bin/pom_cli.js"
},
"author": "Jim <jim.b@paperelectron.com> (http://paperelectron.com/)",
"license": "MIT",
"files": [
"index.js",
"lib/",
"bin/"
],
"dependencies": {
"fs-extra": "^0.30.0",
"lodash": "^4.3.0",
"magnum-loader": "^5.1.0",
"mkdirp": "^0.5.1",
"stringify-object": "^2.3.1",
"yargs": "^3.31.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Pomegranate/Pomegranate.git"
},
"keywords": [
"Framework",
"Plugins",
"IoC",
"Web"
],
"bugs": {
"url": "https://github.com/Pomegranate/Pomegranate/issues"
},
"homepage": "https://github.com/Pomegranate/Pomegranate",
"devDependencies": {
"tap": "^5.7.1"
}
}