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: b9cd8904c9b10de35a217208fbfaa87fda08380d (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": "^8.5.1",
    "cssnano": "^3.10.0",
    "node-sass": "^4.9.0",
    "nodemon": "^1.17.5",
    "postcss": "^6.0.22"
  },
  "dependencies": {}
}