-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.01 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": "nodejs-security-must-know",
"version": "1.0.0",
"description": "[OWASP](https://www.owasp.org/index.php/Main_Page)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"express": "^4.15.0",
"request": "^2.81.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"nock": "^9.0.11",
"should": "^11.2.1",
"supertest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wahengchang/nodejs-security-must-know.git"
},
"keywords": [
"nodejs",
"node",
"javascript",
"server",
"express",
"react",
"isomorphic",
"security",
"tutorial",
"example",
"lesson"
],
"bugs": {
"url": "https://github.com/wahengchang/nodejs-security-must-know/issues"
},
"homepage": "https://github.com/wahengchang/nodejs-security-must-know#readme"
}