diff options
| author | mo <mo.khan@gmail.com> | 2018-12-22 09:38:13 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-12-22 09:38:13 -0700 |
| commit | 8c2e5a2042698d332e67509eb17a2edb050a8ad8 (patch) | |
| tree | c670cff04f6d10e14a75e7c29746156edc42114a /package.json | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
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" +} |
