summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-12-22 09:38:13 -0700
committermo <mo.khan@gmail.com>2018-12-22 09:38:13 -0700
commit8c2e5a2042698d332e67509eb17a2edb050a8ad8 (patch)
treec670cff04f6d10e14a75e7c29746156edc42114a /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..21edbd2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "mokha-scss",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.scss",
+ "scripts": {
+ "test": "echo 'test'"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/mokhan/mokha-scss.git"
+ },
+ "author": "mokha",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/mokhan/mokha-scss/issues"
+ },
+ "homepage": "https://github.com/mokhan/mokha-scss#readme"
+}