-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 966 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
{
"name": "memocate-frontpage",
"title": "Frontpage of Memocate Ltd",
"version": "3.3.7+1",
"homepage": "http://memocate.com",
"author": "Daniel Landau",
"license": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/memocated/frontpage.git"
},
"dependencies": {
"chokidar-cli": "^1.2.0",
"foundation-sites": "^6.4.3",
"glob-watcher": "^4.0.0",
"handlebars": "^4.0.11",
"handlebars-helpers": "^0.9.7",
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-debug": "^1.2.0",
"metalsmith-in-place": "^3.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-livereload": "^0.1.0",
"metalsmith-register-helpers": "^0.3.0",
"metalsmith-rootpath": "^1.0.4",
"metalsmith-sass": "^1.5.1",
"node-static": "^0.7.9"
}
}