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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2020-08-21 19:12:34 +0300
committerGitHub <noreply@github.com>2020-08-21 19:12:34 +0300
commit1735b74f404284bdc1712bf2780640fda5e102c7 (patch)
treef6793654a11a4e5124496dc39917d7df679bcfe6 /package.json
parent18a19d02d1ef08cafa246297493c92388d424bdc (diff)
Add autoprefixer workflow (#74)
* Add node_modules in gitignore * Add autoprefixer workflow
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d6767b9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "toha",
+ "version": "1.0.0",
+ "description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
+ "main": "index.js",
+ "scripts": {
+ "autoprefixer": "postcss static/assets/css/**.css --use autoprefixer -r"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hossainemruz/toha.git"
+ },
+ "author": "Emruz Hossain",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/hossainemruz/toha/issues"
+ },
+ "homepage": "https://github.com/hossainemruz/toha#readme",
+ "devDependencies": {
+ "autoprefixer": "^9.8.6",
+ "postcss-cli": "^7.1.1"
+ }
+}