-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 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
{
"name": "gerardfp.github.io",
"version": "1.0.0",
"description": "",
"main": "build.js",
"dependencies": {
"node-static": "",
"swig-templates": "^2.0.3",
"yaml": "2.0.0-11"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon -e json,js,htm,yaml --exec 'node ./build.js && node serve.js'",
"serve": "npx nodemon -e json,js,htm,yaml --exec 'node serve.js'",
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerardfp/gerardfp.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gerardfp/gerardfp.github.io/issues"
},
"homepage": "https://github.com/gerardfp/gerardfp.github.io#readme"
}