divanator
Version:
Compile CouchDB design doc written in modern JavaScript.
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "divanator",
"config": {
"dburl": "http://localhost:5984"
},
"version": "0.4.3",
"description": "Compile CouchDB design doc written in modern JavaScript.",
"bin": "cli.js",
"files": [
"cli.js",
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "standard && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"couchdb",
"ddoc",
"babel"
],
"license": "AGPL-3.0",
"repository": "millette/divanator",
"author": {
"name": "Robin Millette",
"email": "robin@millette.info",
"url": "http://robin.millette.info"
},
"dependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"file-type": "^3.8.0",
"glob": "^7.1.0",
"lodash": "^4.16.4",
"lodash-cli": "^4.16.4",
"mime": "^1.3.4",
"nano": "^6.2.0",
"pify": "^2.3.0",
"uglify-js": "^2.7.3"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-eslint": "^7.0.0",
"coveralls": "^2.11.14",
"nyc": "^8.3.0",
"standard": "^8.0.0"
},
"standard": {
"parser": "babel-eslint"
}
}