File: /var/dev/nowruzgan/rest/node_modules/whelk/package.json
{
"name": "whelk",
"version": "6.0.2",
"description": "Run a JavaScript function as a shell script.",
"scripts": {
"test": "npm run custom-tests && npm run lint",
"custom-tests": "node ./node_modules/mocha/bin/mocha test",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'"
},
"main": "./lib/whelk.js",
"keywords": [
"machine",
"script",
"sails",
"cli"
],
"author": "Mike McNeil",
"license": "MIT",
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"chalk": "2.3.0",
"commander": "2.8.1",
"flaverr": "^1.7.0",
"machine": "^15.2.2",
"rttc": "^10.0.0-0",
"yargs": "3.4.5"
},
"devDependencies": {
"eslint": "3.19.0",
"machinepack-process": "^3.0.0-1",
"mocha": "3.0.2"
},
"repository": {
"type": "git",
"url": "git@github.com:sailshq/whelk.git"
}
}