-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.79 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "luluspider",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "~0.6.2",
"automationjs": "0.1.3",
"backbone": "^1.1.2",
"backbone.marionette": "^2.3.1",
"browser-sync": "^1.9.0",
"connect-mongo": "~0.4.0",
"emailjs": "~0.3.6",
"express": "~3.5.1",
"gulp": "^3.8.10",
"gulp-util": "^3.0.2",
"helmet": "~0.2.0",
"html-to-vdom": "^0.4.0",
"html5": "^1.0.5",
"jade": "~1.3.0",
"jquery": "^2.1.3",
"moment": "^2.8.3",
"mongoose": "~3.8.1",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-local": "~1.0.0",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
"underscore": "^1.7.0",
"cheerio": "~0.19.0",
"simplecrawler": "~0.5.4",
"request": "~2.65.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "^0.4.6",
"grunt-newer": "~0.7.0",
"grunt-nodemon": "~0.2.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.1",
"gulp-csso": "^0.2.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.0",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "*",
"gulp-minify-html": "^0.1.3",
"gulp-replace": "^0.3.0",
"gulp-size": "^0.4.0",
"gulp-uglify": "^0.3.0",
"gulp-useref": "^0.4.3",
"jshint-stylish": "^0.2.0",
"opn": "^0.1.1",
"psi": "0.0.3",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6"
}
}