UNPKG

959 BJSONView Raw
1{
2 "name": "wargs",
3 "version": "0.7.2",
4 "main": "lib/index.js",
5 "description": "Wrong args parser",
6 "author": "Alvaro Cabrera <pateketrueke@gmail.com>",
7 "license": "MIT",
8 "scripts": {
9 "dev": "jasmine-node spec --coffee --verbose --autoTest --captureExceptions --watchFolders lib",
10 "lint": "eslint bin lib spec",
11 "spec": "jasmine-node spec --coffee --noStackTrace --captureExceptions",
12 "cover": "istanbul cover --root lib --x '**/spec/**' -- jasmine-node --coffee spec",
13 "cover:up": "codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION",
14 "example": "node examples/_runner.js",
15 "test": "npm run lint && npm run cover"
16 },
17 "devDependencies": {
18 "codecov": "^3.0.0",
19 "eslint": "^4.10.0",
20 "eslint-config-airbnb-base": "^12.1.0",
21 "eslint-plugin-import": "^2.8.0",
22 "istanbul": "^0.4.3",
23 "jasmine-node": "2.0.0-beta4",
24 "minimist": "^1.2.0",
25 "yargs-parser": "^8.0.0"
26 }
27}