-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1012 Bytes
/
package.json
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
36
37
38
39
{
"name": "tool-validator",
"version": "0.0.1",
"description": "Validator for Tool Project",
"main": "index.js",
"dependencies": {
"tool-validator": "[email protected]:tools/validator.git",
"debug": "*",
"http-signature": "^1.1.1",
"js-md5": "^0.4.2",
"jwt-simple": "*",
"limiter": "*",
"moment": "^2.17.1"
},
"devDependencies": {
"jsdoc": "*",
"should": "*",
"istanbul": "*"
},
"scripts": {
"build_docs": "jsdoc -c jsdoc.conf",
"test": "node ./node_modules/mocha/bin/mocha",
"test_coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:teambition/tool-validator.git"
},
"keywords": [
"validator",
"nodejs"
],
"author": "Jack Sun",
"license": "ISC",
"bugs": {
"url": "https://code.teambition.com/tools/tool-validator/issues"
},
"homepage": "https://code.teambition.com/tools/tool-validator#readme"
}