-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.8 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
{
"name": "forage",
"version": "1.0.0",
"description": "Forage is a web application that allows customers to locate food trucks near their area. It has one sign up page, that lets owners/users switch back and forth without having to make separate accounts. Users can send private messages, order online, receive updates on specials through text messages, and review different food trucks. Owners can turn on their location, adjust the menu, post hours of operation, and receive private messages. Forage makes it easier for food trucks to promote their business by customers seeing their location and being able to communicate with them through the website.",
"main": "gulpfile.js",
"dependencies": {
"assert": "^1.4.1",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"chai-passport-strategy": "^1.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"http": "^0.0.0",
"mongoose": "^4.6.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"socket.io": "^1.5.0",
"supertest": "^2.0.1",
"zombie": "^5.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0"
},
"scripts": {
"postinstall": "gulp Build",
"start": "node src/server/server.js",
"test": "mocha src/test/foodtruck.js --timeout 20000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhl1337/forage.git"
},
"author": "Dan Le",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhl1337/forage/issues"
},
"homepage": "https://github.com/dhl1337/forage#readme"
}