-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 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
{
"name": "newsharepoint",
"version": "1.0.0",
"description": "CS433 project",
"main": "app.js",
"dependencies": {
"mongoose": "4.4.17",
"aerospike": "1.0.57",
"body-parser": "1.15.1",
"ejs": "1.0.0",
"express": "4.0.0",
"firebase": "2.4.2",
"http": "0.0.0",
"cookie-parser": "1.4.1",
"socket.io": "1.4.6",
"neo4j": "2.0.0-RC2",
"nodemailer": "2.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/greenjm/NewSharepoint.git"
},
"bugs": {
"url": "https://github.com/greenjm/NewSharepoint/issues"
},
"homepage": "https://github.com/greenjm/NewSharepoint#readme",
"scripts": { "start": "node ./app.js" },
"engines": {
"node": "4.4.3",
"npm": "2.15.1"
}
}