-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1022 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
{
"name": "opendata-hackathon-2015",
"description": "Open Data Hackathon 2015",
"version": "1.0.1",
"homepage": "http://data.boonmeelab.com/7days",
"authors": [
"Rapee Suveeranont <[email protected]>",
"Thitiphong Luangaroonlerd <[email protected]>",
"Theeraphol Wattanavekin <[email protected]>",
"Vittavin Ittipanuvat <[email protected]>"
],
"scripts": {
"start": "http-server dist",
"build": "grunt build"
},
"dependencies": {
"async": "0.2.9",
"csv": "^0.4.6",
"debug": "^2.2.0",
"express": "3.0.x",
"jade": "^1.11.0",
"lodash": "^3.9.3",
"superagent": "0.15.x"
},
"devDependencies": {
"bower": "^1.5.3",
"grunt": "~0.4.1",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jade": "*",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-sass": "*",
"http-server": "^0.9.0",
"node-sass": "^4.4.0"
}
}