forked from opendata-heilbronn/trinkwasser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 984 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
{
"name": "trinkwasser",
"version": "1.0.0",
"description": "This is a the API for Trinkwasser/Drinking water. Information about the project can be found on [Github](https://github.com/codeforeurope/trinkwasser) ",
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/codeforeurope/trinkwasser.git"
},
"author": {
"name": "Milo van der Linden",
"email": "[email protected]"
},
"contributors": [
{
"name": "Duncan Healy",
"email": "[email protected]"
}
],
"dependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-imagemin": "2.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-i18n-abide": "0.0.20",
"hernanex3-grunt-static-i18n": "^0.3.3",
"http-server": "^0.11.1"
},
"scripts": {
"start": "grunt && http-server build"
}
}