This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
65 lines (65 loc) · 1.87 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "servicemap",
"version": "0.1.0",
"description": "Service Map for the Helsinki Metropolitan Area",
"main": "servicemap.coffee",
"scripts": {
"dist": "grunt dist",
"bower_install": "bower --allow-root install",
"prepare": "npm run bower_install",
"publish": "grunt publish",
"start": "NODE_ENV=dev grunt start",
"build": "npm run dist && npm run publish",
"production": "NODE_ENV=production node server-js/dev.js",
"test": "grunt test"
},
"repository": "https://github.com/City-of-Helsinki/servicemap.git",
"authors": [
"Timo Tuominen",
"Juha Yrjölä",
"Christoffer Niska <[email protected]>"
],
"license": "AGPL-3.0",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chromedriver": "^2.42.0",
"coffee-script": "^1.12.7",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-i18next-yaml": "^0.9.6",
"grunt-mocha-webdriver": "^1.2.2",
"grunt-require": "^1.1.2",
"grunt-sync": "^0.8.0",
"jit-grunt": "^0.10.0",
"less": "^3.8.1",
"load-grunt-config": "^0.19.0",
"load-grunt-tasks": "^4.0.0",
"main-bower-files": "^2.13.1",
"phantomjs": "^2.1.7",
"q": "^1.5.1",
"require-cs": "^0.5.4",
"requirejs": "^2.3.6",
"time-grunt": "^1.4.0"
},
"dependencies": {
"bower": "^1.8.4",
"config": "^2.0.1",
"connect-slashes": "^1.3.1",
"express": "^4.16.4",
"git-rev-sync": "^1.12.0",
"jade": "^1.11.0",
"js-yaml": "^3.12.0",
"raven": "^2.6.4",
"underscore": "^1.9.1"
}
}