forked from gojaunt/jaunt
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 931 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
36
37
38
39
{
"name": "jaunt",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "bower install && gulp deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.2",
"bower": "^1.3.12",
"browser-sync": "^1.9.1",
"express": "^4.4.5",
"foreman": "^1.2.1",
"gulp": "^3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-concat": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.1.1",
"gulp-minify-css": "^0.3.0",
"gulp-nodemon": "^1.0.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-shell": "^0.2.11",
"gulp-util": "^2.2.14",
"jwt-simple": "^0.2.0",
"mongoose": "^3.8.12",
"morgan": "^1.1.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"q": "^1.0.1",
"request": "^2.36.0",
"shelljs": "^0.3.0",
"yelp": "^0.1.1"
}
}