forked from BlueMona/peerio-nuts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nuts",
"version": "1.0.0",
"main": "./lib/index.js",
"license": "Apache-2.0",
"dependencies": {
"airbrake": "2.1.3",
"analytics-node": "^3.3.0",
"basic-auth": "2.0.1",
"body-parser": "^1.19.0",
"destroy": "1.0.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-useragent": "^1.0.13",
"feed": "^4.1.0",
"github-webhook-handler": "1.0.0",
"lodash": "^4.17.15",
"lru-diskcache": "1.1.1",
"octocat": "0.12.1",
"q": "1.5.1",
"request": "2.88.2",
"semver": "7.3.2",
"stream-res": "1.0.1",
"strip-bom": "4.0.0",
"understudy": "4.1.0",
"urljoin.js": "1.0.0",
"uuid": "8.1.0"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"authors": [
{
"name": "Samy Pesse",
"email": "samypesse@gmail.com"
}
],
"scripts": {
"start": "node bin/web.js",
"lint:check": "eslint --ext .js .",
"lint:fix": "eslint --ext .js --fix ."
},
"directories": {
"lib": "lib"
},
"keywords": []
}