UNPKG

896 BJSONView Raw
1{
2 "name": "wargs",
3 "version": "0.4.0",
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": "yarn lint && yarn cover"
16 },
17 "devDependencies": {
18 "codecov": "^1.0.1",
19 "eslint": "^3.5.0",
20 "eslint-config-airbnb-base": "^5.0.3",
21 "eslint-plugin-import": "^1.14.0",
22 "istanbul": "^0.4.3",
23 "jasmine-node": "2.0.0-beta4"
24 }
25}