-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
45
46
47
48
49
{
"name": "sidik-api",
"version": "2.0.0",
"description": "Boilerplate NodeJS",
"main": "sidik.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/windupurnomo/boilerplate-nodejs.git"
},
"keywords": [
"NodeJS"
],
"author": "Windu Purnomo",
"license": "ISC",
"bugs": {
"url": "https://github.com/windupurnomo/boilerplate-nodejs/issues"
},
"apidoc": {
"name": "Sidik",
"version": "0.0.0",
"description": "Rest API Documentation for sidik backend process",
"title": "Sidik-API",
"url": "http://apps.cs.ipb.ac.id:3007/api"
},
"homepage": "https://github.com/windupurnomo/boilerplate-nodejs",
"dependencies": {
"async": "~1.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.1",
"ejs": "^2.3.1",
"express": "^4.10.7",
"jsonwebtoken": "^3.2.1",
"mongoose": "~4.0.3",
"mongoose-auto-increment": "~4.0.0",
"multer": "~0.1.8",
"node-uuid": "^1.4.3",
"nodemailer": "^0.7.0",
"pg": "^4.3.0",
"serve-index": "^1.6.4",
"socket.io": "~1.3.5",
"underscore": "^1.8.2",
"worker-farm": "~1.3.1",
"xlsx": "~0.8.0",
"sha1": "^1.1.1"
}
}