-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 873 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
40
41
42
{
"name": "w-srvr",
"version": "2.2.1",
"description": "A simple web server configurator for Expressjs",
"author": "Guilherme Reginaldo Ruella <[email protected]>",
"license": "MIT",
"keywords": [
"web",
"server",
"configurator",
"express"
],
"scripts": {
"test": "mocha test/test.js"
},
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Potentii/w-srvr.git"
},
"bugs": {
"url": "https://github.com/Potentii/w-srvr/issues"
},
"homepage": "https://github.com/Potentii/w-srvr#readme",
"files": [
"main.js",
"README.md",
"LICENSE.txt",
"libs/",
"docs/"
],
"dependencies": {
"body-parser": "1.17.2",
"callsite": "1.0.0",
"express": "4.15.3"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.4.2",
"request": "^2.81.0"
}
}