123456789101112131415161718192021222324252627282930 |
- {
- "name": "oneline",
- "description": "",
- "version": "1.0.0",
- "homepage": "",
- "author": {
- "name": "petsa"
- },
- "devDependencies": {
- "grunt": "*",
- "grunt-contrib-connect": "0.8.0",
- "connect-livereload": "*",
- "grunt-contrib-watch": "*",
- "load-grunt-tasks": "*",
- "network-address": "*",
- "grunt-contrib-clean": "*",
- "grunt-contrib-copy": "*",
- "grunt-contrib-uglify": "*",
- "grunt-contrib-cssmin": "*",
- "grunt-adisprite": "*",
- "grunt-contrib-imagemin": "0.4.1",
- "grunt-contrib-sass": "*",
- "grunt-autoprefixer": "*",
- "grunt-contrib-concat": "*",
- "grunt-contrib-compress": "*",
- "gm": "~1.14.2",
- "grunt-adiejs-static": "*",
- "grunt-push-svn": "*"
- }
- }
|