diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-20 16:15:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-20 16:15:18 -0400 |
| commit | 676270d21beed31d767a06c89522198c77d5d865 (patch) | |
| tree | 902772af01bfbcf80955f0351a5aae9eb029b9b0 /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..65c94ea6 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "zmNinja", + "version": "0.0.1", + "description": "An Ionic project", + "devDependencies": { + "gulp": "^3.5.6", + "gulp-clean-css": "^3.7.0", + "gulp-rename": "^1.2.0", + "gulp-sass": "^3.1.0" + } +} |
