diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
| commit | 86e4e291bfda3365c0bb82bacb2b9990a86ce759 (patch) | |
| tree | c9729d4bd5366656e39761319546593c02f0f709 /package.json | |
First Commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..e6190172 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "zmninja", + "version": "1.0.0", + "description": "zmNinja: An Ionic project", + "dependencies": { + "gulp": "^3.5.6", + "gulp-sass": "^1.3.3", + "gulp-concat": "^2.2.0", + "gulp-minify-css": "^0.3.0", + "gulp-rename": "^1.2.0" + }, + "devDependencies": { + "bower": "^1.3.3", + "gulp-util": "^2.2.14", + "shelljs": "^0.3.0" + } +}
\ No newline at end of file |
