mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Added grunt tasks back in
This commit is contained in:
parent
1dfdffd51f
commit
71a2382b67
1 changed files with 11 additions and 0 deletions
11
package.json
11
package.json
|
|
@ -15,6 +15,17 @@
|
|||
"domain-middleware": "~0.1.0",
|
||||
"express": "~3.17.5",
|
||||
"express-csv": "~0.6.0",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-concurrent": "~1.0.0",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-copy": "~0.6.0",
|
||||
"grunt-contrib-cssmin": "~0.10.0",
|
||||
"grunt-contrib-stylus": "~0.20.0",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-hashres": "~0.4.1",
|
||||
"grunt-nodemon": "~0.3.0",
|
||||
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
||||
"in-app-purchase": "^0.2.0",
|
||||
"jade": "~1.7.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue