-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "yhack",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thomaslam/yhack-2015.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomaslam/yhack-2015/issues"
},
"homepage": "https://github.com/thomaslam/yhack-2015",
"dependencies": {
"body-parser": "^1.14.1",
"braintree": "^1.30.0",
"braintree-web": "^2.9.0",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-partials": "^0.3.0",
"fs": "0.0.2",
"hashmap": "^2.0.4",
"havenondemand": "^1.0.1",
"http": "0.0.0",
"mongoose": "^4.2.4",
"node-bing-api": "^2.3.0",
"nodemon": "^1.8.1",
"path": "^0.12.7",
"purecss": "^0.6.0",
"q": "^1.4.1",
"request": "^2.65.0",
"request-promise": "^1.0.2",
"twilio": "^2.5.2"
},
"devDependencies": {
"mocha": "^2.1.0",
"supertest": "^0.15.0"
}
}