-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 827 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 827 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
{
"name": "ericcaron.com",
"version": "0.0.3",
"description": "Static generator for EricCaron.com",
"main": "index.js",
"private": true,
"scripts": {
"start": "ELEVENTY_ENV=dev npx @11ty/eleventy --serve",
"build": "rimraf _site | ELEVENTY_ENV=production npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecaron/ericcaron.com.git"
},
"author": "Eric Caron <eric.caron@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecaron/ericcaron.com/issues"
},
"homepage": "https://github.com/ecaron/ericcaron.com#readme",
"devDependencies": {
"standard": "^16.0.4"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"clean-css": "^5.1.2",
"less": "^4.1.1",
"rimraf": "^3.0.2",
"smartquotes": "^2.3.2"
}
}