-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
33 lines (33 loc) · 970 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": "art-blocks-starter-template",
"version": "0.2.1",
"description": "A template to simulate the Art Blocks (artblocks.io) environment.",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Asupkay/Artblocks-Starter-Template.git"
},
"author": "Alex Supkay, Stephen McArdle",
"license": "MIT",
"bugs": {
"url": "https://github.com/Asupkay/Artblocks-Starter-Template/issues"
},
"homepage": "https://github.com/Asupkay/Artblocks-Starter-Template#readme",
"dependencies": {
"express": "^4.19.2",
"express-handlebars": "^6.0.3",
"markdown-it": "^12.0.4"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.22",
"prettier": "^2.0.5"
}
}