-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 KB
/
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
40
41
42
43
44
{
"name": "pseudonameapi",
"version": "1.0.0",
"description": "The API that the pseudoname.io site relies upon.",
"main": "./src/index.js",
"scripts": {
"test": "npm install && mocha --recursive --exit",
"start": "npm install && node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZacharyDavidSaunders/PseudonameAPI.git"
},
"keywords": [
"API",
"email",
"privacy",
"security",
"pseudoname"
],
"author": "ZacharyDavidSaunders",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZacharyDavidSaunders/PseudonameAPI/issues"
},
"homepage": "https://github.com/ZacharyDavidSaunders/PseudonameAPI#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"express": "^4.16.4",
"express-rate-limit": "^3.5.1",
"helmet": "^3.16.0",
"mocha": "^5.2.0",
"xmlhttprequest": "^1.8.0"
},
"engines": {
"node": "8.0.0"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}