-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 928 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
{
"name": "woof_marketplace",
"version": "1.0.0",
"description": "An online market place for buying and selling puppies.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurtbradd/woof_marketplace.git"
},
"author": "Kurt DaCosta",
"license": "ISC",
"bugs": {
"url": "https://github.com/kurtbradd/woof_marketplace/issues"
},
"homepage": "https://github.com/kurtbradd/woof_marketplace#readme",
"devDependencies": {
"async": "^1.4.2",
"bcrypt-nodejs": "0.0.3",
"chai": "^3.4.1",
"faker": "^3.0.1",
"jsonwebtoken": "^5.4.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"mocha-clean": "^1.0.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"restify": "^4.0.3",
"sequelize": "^3.12.2",
"supertest": "^1.1.0"
}
}