forked from CryptoWeb/node-nimbusec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 878 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
{
"name": "nimbusec",
"version": "3.0.0",
"description": "Nimbusec client API library for Node.js",
"main": "lib/index.js",
"author": "CryptoWeb <[email protected]> (https://www.cryptoweb.fr/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CryptoWeb/node-nimbusec.git"
},
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "3.19.0",
"grunt": "1.0.1",
"grunt-cli": "0.1.13",
"grunt-eslint": "19.0.0",
"grunt-jsdoc": "0.6.x",
"grunt-shell": "1.1.x",
"jsdoc": "3.3.x",
"jsdoc-to-markdown": "1.2.x",
"remark-html": "14.0.0",
"hbs": "4.1.1"
},
"scripts": {
"generateReadme": "./node_modules/jsdoc-to-markdown/bin/cli.js --src lib/index.js -P -t README.tpl.hbs > README.md",
"checkCodingStyle": "./node_modules/eslint/bin/eslint.js ."
}
}