-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 851 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
{
"name": "hubbub",
"version": "0.1.0",
"description": "Comments for Jekyll blogs as GitHub Pull Requests",
"repository": "https://github.com/almost/hubbub",
"main": "server.js",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"body-parser": "^1.9.2",
"config": "^1.7.0",
"cors": "^2.5.2",
"express": "^4.10.2",
"invariant": "^2.2.0",
"marked": "^0.3.2",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0-2015d",
"request": "^2.47.0",
"rsvp": "^3.0.14",
"sha1": "^1.1.1",
"underscore": "^1.7.0",
"url-template": "^2.0.4",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"sinon": "^1.11.1"
},
"scripts": {
"test": "mocha tests/*.js",
"start": "node server.js"
},
"author": "Thomas Parslow",
"license": "MIT"
}