This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
66
67
68
{
"name": "eremit-dk-kd-express",
"version": "0.0.1",
"description": "Leaflet.js map displaying Copenhagen streets related to København Diplomatarium documents.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Mitchell Seaton <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=4.6.0"
},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"connect": "^3.0.1",
"connect-livereload": "^0.5.0",
"del": "^0.1.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.2",
"gulp-concat": "^2.5.2",
"gulp-csso": "^0.2.6",
"gulp-declare": "^0.3.0",
"gulp-filter": "^1.0.2",
"gulp-flatten": "^0.0.4",
"gulp-handlebars": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-plumber": "^0.6.3",
"gulp-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^3.0.0",
"gulp-wrap": "^0.11.0",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.1",
"main-bower-files": "^2.1.0",
"opn": "^1.0.0",
"require-dir": "^0.3.0",
"serve-index": "^1.1.4",
"wiredep": "^2.0.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.12.3",
"cookie-parser": "^1.3.4",
"ejs": "^2.3.1",
"express": "^4.12.3",
"gulp-cssimport": "^2.1.1",
"moment": "^2.15.1",
"mongoose": "^4.6.2",
"node-slack": "0.0.7",
"request": "^2.55.0",
"romanize": "^0.1.2",
"serve-static": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://git.sc.ku.dk/lwn190/eremit-dk-KD-express.git"
}
}