-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 872 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 872 Bytes
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
{
"name": "preamble",
"version": "0.0.0",
"description": "Preamble repo",
"main": "app.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://vyance@bitbucket.org/preamble/preamble.git"
},
"author": "Sean Ho",
"license": "ISC",
"dependencies": {
"apn": "^1.6.2",
"body-parser": "^1.8.2",
"dateformat": "^1.0.8",
"ejs": "^1.0.0",
"express": "^4.9.0",
"firebase": "^1.1.0",
"html": "0.0.7",
"htmlparser2": "^3.8.2",
"jsdom": "^1.3.1",
"mandrill-api": "^1.0.41",
"mocha": "^2.1.0",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"passport": "^0.2.1",
"postmark": "^0.2.6",
"request": "^2.48.0",
"rewire": "^2.1.0",
"should": "^4.0.4",
"sinon": "^1.10.3",
"supertest": "^0.13.0",
"twilio": "^1.7.0",
"xml2js": "^0.4.4"
}
}