-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "chdecultot",
"version": "1.0.0",
"description": "Personal Website For Charles-Henri Decultot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chdecultot/chdecultot.com.git"
},
"keywords": [
"decultot",
"nodejs",
"javascript",
"web-development",
"enterprise"
],
"author": "Charles-Henri Decultot",
"license": "MIT",
"bugs": {
"url": "https://github.com/chdecultot/chdecultot.com/issues"
},
"homepage": "https://github.com/chdecultot/chdecultot.com#readme",
"devDependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"highlighter": "0.0.3",
"jade": "^1.11.0",
"metalsmith": "^2.2.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-clean-css": "^5.0.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-define": "^2.0.1",
"metalsmith-fingerprint": "^1.0.3",
"metalsmith-html-minifier": "^2.1.0",
"metalsmith-i18n": "^0.2.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-mapsite": "^1.0.4",
"metalsmith-markdown": "^0.2.1",
"metalsmith-multi-language": "^0.1.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-templates": "^0.7.0",
"morgan": "^1.7.0",
"nodemailer": "^2.5.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"sendgrid-nodejs": "0.1.0-2"
},
"dependencies": {
"highlighter": "0.0.3",
"metalsmith-markdown-remarkable": "^0.1.1"
}
}