-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "arghandle",
"version": "0.0.4",
"description": "library to parse commandline-args and options.",
"main": "index.js",
"scripts": {
"test": "mocha unit-tests --reporter spec --yes-debug --port 1994"
},
"repository": {
"type": "git",
"url": "https://github.com/OneStudioUK/argHandle"
},
"keywords": [
"commandline-args",
"arguments",
"node",
"process",
"args",
"parse",
"arguments"
],
"author": "Muhammad Dadu <muhammad@dadu.co>",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/OneStudioUK/argHandle/issues"
},
"homepage": "https://github.com/OneStudioUK/argHandle",
"dependencies": {
"underscore": "^1.7.0"
},
"devDependencies": {
"mocha": "2.1.0",
"unit.js": "1.1.2"
}
}