ligle-midware
Version:
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "ligle-midware",
"version": "0.4.0",
"description": "midware",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"peerDependencies": {
"ligle-util": "~0.4.0",
"ligle-db": "~0.4.0",
"ligle-model": "~0.4.0"
},
"homepage": "https://github.com/a-oak/ligle-midware",
"repository": {
"type": "git",
"url": "https://github.com/a-oak/ligle-midware.git"
},
"keywords": [
"midware"
],
"author": "crackhopper",
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-changelog": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-git": "^0.3.5",
"grunt-istanbul": "^0.6.1",
"grunt-jscs": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.3.22",
"semver": "^5.0.3",
"mocha": "^2.3.2"
}
}