Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14636e36159efcb8e4a2291008b16685676e85e1 (plain)
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": "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": {}
}