forked from City-of-Helsinki/servicemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 823 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
{
"name": "servicemap",
"version": "0.1.0",
"description": "Service Map for the Helsinki Metropolitan Area",
"main": "servicemap.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/City-of-Helsinki/servicemap.git",
"author": "Juha Yrjölä",
"license": "AGPLv3",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.9.0",
"express": "~3.4.8",
"jade": "~1.1.5",
"config": "~0.4.35",
"js-yaml": "~3.0.1",
"grunt-express-server": "~0.4.11",
"grunt-i18next-yaml": "~0.9.2",
"grunt-contrib-jade": "~0.11.0",
"grunt-newer": "~0.7.0",
"async": "~0.7.0",
"requirejs": "~2.1.11",
"git-rev": "~0.2.1"
}
}