-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 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
{
"name": "Bookswap",
"description": "An app for trading textbooks and saving money",
"version": "0.0.1",
"repository": "https://github.com/calebgomer/Bookswap",
"readme": "https://raw.github.com/calebgomer/Bookswap/master/README.md",
"scripts": {
"start": "node server/app.js"
},
"dependencies": {
"express": "3.4.8",
"jade": "1.1.4",
"passport": "0.1.18",
"passport-local": "0.1.6",
"pg": "2.11.0",
"mongodb": "1.3.23",
"node-uuid": "1.4.1",
"underscore": "1.5.2",
"async": "0.2.9",
"validator": "3.1.0",
"buffertools": "2.0.1",
"mandrill-api": ">=1.0.2",
"xml2js": "0.2.0",
"connect-flash": "0.1.1",
"escape-html": "1.0.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1",
"sinon": "~1.9.1",
"rewire": "~2.0.0"
}
}