-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 971 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": "Social_Network",
"version": "0.0.0",
"description": "Social network using Node.js (Hapi.js) and angular for client side",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/nodemon/bin/nodemon.js index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/doron2402/social_network.git"
},
"keywords": [
"hapi.js",
"angular",
"social",
"network",
"gearman",
"postgresql",
"mongodb",
"couchdb",
"javascript"
],
"author": "Doron Segal",
"license": "ISC",
"bugs": {
"url": "https://github.com/doron2402/social_network/issues"
},
"homepage": "https://github.com/doron2402/social_network",
"dependencies": {
"joi": "~4.5.0",
"hapi": "~5.1.0",
"bower": "~1.3.3",
"async": "~0.9.0",
"mongoose": "~3.8.12",
"lodash": "~2.4.1"
},
"devDependencies": {
"nodemon": "~1.1.1"
}
}