-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "flood-info",
"version": "1.1.0",
"description": "Flood infromation from Myanmar",
"main": "index.js",
"scripts": {
"postinstall": "bower install && gulp production",
"start": "nodemon bin/www.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMAUG/flood-website.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMAUG/flood-website/issues"
},
"homepage": "https://github.com/MMAUG/flood-website#readme",
"devDependencies": {
"mocha": "^2.2.5",
"nodemon": "^1.4.0"
},
"dependencies": {
"body-parser": "~1.13.1",
"bower": "^1.4.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"del": "1.2.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.6",
"gulp-watch": "^4.3.4",
"less-middleware": "1.0.x",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"engines": {
"node": "0.12.x"
}
}