| 12345678910111213141516171819202122232425262728293031323334353637383940 | {  "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": "huyb.1991@gmail.com",    "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": "^4.14.1",    "nodemon": "^2.0.4",    "postcss": "^7.0.32"  },  "dependencies": {}}
 |