-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Forked",
"version": "0.0.0",
"main": "server/index.js",
"description": "The Restaurant bucket list.",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"angular": "^1.4.3",
"angular-animate": "^1.4.3",
"angular-aria": "^1.5.5",
"angular-cookies": "^1.4.3",
"angular-material": "^1.0.8",
"angular-messages": "^1.5.5",
"angular-resource": "^1.4.3",
"angular-route": "^1.4.3",
"angular-sanitize": "^1.4.3",
"angular-touch": "^1.4.3",
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"browserify-middleware": "^6.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.13.1",
"facebook-api": "^0.1.2",
"knex": "^0.11.3",
"merge": "^1.2.0",
"node-yelp": "0.0.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"pg": "^4.5.5",
"sqlite3": "^3.1.4",
"uuid": "^2.0.2"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"chai": "^3.4.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"jscoverage": "^0.6.0",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.2.0",
"nodemon": "^1.3.7",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
},
"author": "Dan <dan.corman@gmail.com>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/nodemon server/index.js --ignore client/ --ignore node_modules/",
"test": "./test/run.sh"
},
"bugs": {
"url": "https://github.com/FoodFor4/Forked/issues"
},
"homepage": "https://github.com/FoodFor4/Forked"
}