-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
34
35
36
37
38
39
40
{
"name": "hugo-lamp",
"version": "1.0.2",
"description": "A light responsive Hugo AMP theme for blogger.",
"main": "index.js",
"scripts": {
"build": "node ./index.js",
"watch": "./node_modules/.bin/nodemon -e scss -w ./ -x npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/huyb1991/hugo-lamp.git"
},
"keywords": [
"hugo",
"amp",
"blog",
"theme",
"responsive",
"static-site-generator"
],
"author": {
"name": "Huy Nguyen",
"email": "[email protected]",
"url": "https://about.me/huyb1991"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/huyb1991/hugo-lamp/issues"
},
"homepage": "https://github.com/huyb1991/hugo-lamp",
"devDependencies": {
"autoprefixer": "^9.8.3",
"cssnano": "^4.1.10",
"node-sass": "^7.0.0",
"nodemon": "^2.0.4",
"postcss": "^7.0.36"
},
"dependencies": {}
}