-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 936 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
{
"name": "planet-friendly-web",
"version": "1.0.0",
"description": "Hi there! Welcome to the source repo for the *planet friendly web guide*, an online guide to help you understand how digital products like web sites and apps create an environmental footprint, and what you can do as a maker of them to change this.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@11ty/eleventy": "^0.6.0",
"markdown-it-anchor": "^5.0.2",
"markdown-it-footnote": "^3.0.1"
},
"scripts": {
"start": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/productscience/planet-friendly-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/productscience/planet-friendly-web/issues"
},
"homepage": "https://github.com/productscience/planet-friendly-web#readme"
}