forked from Campaign-Data-Visualization/campaign-cents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 795 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
{
"name": "package",
"version": "0.0.0",
"main": "server.js",
"dependencies": {
"body-parser": "*",
"config": "^1.0.2",
"express": "*",
"morgan": "^1.2.2",
"mysql": "^2.4.1",
"q": "*",
"request": "^2.40.0",
"ui-router": "0.0.1",
"xml2js": "^0.4.4",
"http-auth": "*",
"mysql-utilities": "*",
"edit-google-spreadsheet": "*",
"nodemailer":"*"
},
"devDependencies": {
"gulp": "*",
"gulp-run": "*",
"gulp-bower": "*",
"tiny-lr": "*",
"node-geocoder": "*",
"gulp-jshint": "*",
"gulp-notify": "*",
"gulp-livereload": "*",
"gulp-nodemon": "*",
"gulp-plumber": "*",
"gulp-task-listing": "*",
"jshint-stylish": "*",
"gulp-concat": "*",
"gulp-uglify": "*",
"gulp-stylus": "*"
}
}