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

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiwao <diwao@me.com>2017-06-28 13:27:11 +0300
committerdiwao <diwao@me.com>2017-06-28 13:27:11 +0300
commit82e125ed2dab2775523ef20455562ffc43021700 (patch)
tree35b4a568ca8d800216ceccb454f879f07676ba93 /package.json
parenta198ad7db1ad566fad48273695a9b26cb8c62a9b (diff)
first commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2607446
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "hestia-pure",
+ "version": "1.0.0",
+ "description": "Pure CSSを使ったHugo用のテーマ",
+ "main": "gulpfile.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/diwao/hestia-pure.git"
+ },
+ "author": "diwao",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/diwao/hestia-pure/issues"
+ },
+ "homepage": "https://github.com/diwao/hestia-pure#readme",
+ "devDependencies": {
+ "gulp": "^3.9.1",
+ "gulp-autoprefixer": "^4.0.0",
+ "gulp-notify": "^3.0.0",
+ "gulp-plumber": "^1.1.0",
+ "gulp-sass": "^3.1.0"
+ }
+}