-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 905 Bytes
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": "prontog.elm",
"version": "0.1.5",
"description": "Etaireia Lefkadikwn Meletwn",
"engines": {
"node": "8.17.0",
"npm": "6.13.4"
},
"dependencies": {
"docpad": "~6.79.4",
"docpad-plugin-coffeescript": "~2.7.0",
"docpad-plugin-datefromfilename": "~2.0.4",
"docpad-plugin-eco": "~2.3.0",
"docpad-plugin-livereload": "~2.10.0",
"docpad-plugin-marked": "~2.4.0",
"docpad-plugin-menu": "~2.1.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-paged": "~2.6.0",
"docpad-plugin-partials": "~2.13.0",
"docpad-plugin-sitemap": "~2.5.0",
"docpad-plugin-stylus": "~2.14.0",
"eco": "^1.1.0-rc-3",
"underscore": "^1.6.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-stripmq": "0.0.6"
}
}