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

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2018-05-28 11:31:45 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2018-05-28 11:31:45 +0300
commit1bc98ad644912c206be8fb224f08858956a5f882 (patch)
treeb55d8c836f07333d30d7726eaada9d47be56acbb /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b9cd890
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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": {}
+}