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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <contact@jbub.eu>2017-01-04 23:46:23 +0300
committerjbub <contact@jbub.eu>2017-01-04 23:46:23 +0300
commita4903539063975cd45aa92bc38e178e6d300dc6d (patch)
treed66318110156f4af8a2a43bc151c7be7254341f9 /package.json
parent55f6fc4c8fdd1797873694e1131293f390ac200d (diff)
Use webpack for building sass and css dist.
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bf18de8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "ghostwriter",
+ "version": "1.0.0",
+ "description": "Enhanced port of the Ghost \"ghostwriter\" theme to the Hugo site generator.",
+ "repository": "git@github.com:jbub/ghostwriter.git",
+ "author": "jbub <contact@jbub.eu>",
+ "license": "MIT",
+ "devDependencies": {
+ "css-loader": "^0.26.1",
+ "extract-text-webpack-plugin": "^1.0.1",
+ "node-sass": "^4.1.1",
+ "normalize.css": "^5.0.0",
+ "sass-loader": "^4.1.1",
+ "style-loader": "^0.13.1",
+ "webpack": "^1.14.0"
+ }
+} \ No newline at end of file