-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 917 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
{
"name": "questionaire",
"version": "1.0.0",
"description": "A simple and lean node app that can handle helpfiles, support, surveys, etc. NOTE: This project is a leaening project and not ment to be deployed in business critical environment in current state",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "github.com/rohmishra/questionaire"
},
"keywords": [
"Surveys",
"questions",
"support",
"help",
"documentation"
],
"author": "Rohan Mishra (rohmishra)",
"license": "ISC",
"devDependencies": {
"express": "^4.15.3"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.3",
"morgan": "~1.9.1",
"pug": "~2.0.0-beta11",
"serve-favicon": "~2.4.2"
}
}