UNPKG

grunt-livestyle

Version:

A static file development server with automated file watching, less/sass/jsx preprocessing, image preprocessing, autoprefixing and proxy passthrough

47 lines (46 loc) 1.06 kB
{ "name": "grunt-livestyle", "version": "1.7.0", "description": "A static file development server with automated file watching, less/sass/jsx preprocessing, image preprocessing, autoprefixing and proxy passthrough", "main": "tasks/grunt-livestyle", "files": [ "tasks/grunt-livestyle.js" ], "scripts": { "lint": "jshint .", "test": "npm run lint", "travis": "npm run lint" }, "repository": { "type": "git", "url": "git://github.com/Munter/grunt-livestyle.git" }, "keywords": [ "gruntplugin", "web", "dev", "development", "static", "server", "livereload", "less", "sass", "jsx", "autoprefix" ], "author": "Peter Müller <munter@fumle.dk>", "license": "MIT", "bugs": { "url": "https://github.com/Munter/grunt-livestyle/issues" }, "homepage": "https://github.com/Munter/grunt-livestyle", "devDependencies": { "grunt": "^0.4.5", "jshint": "^2.5.6" }, "dependencies": { "livestyle": "^2.0.2", "open": "0.0.5", "socket.io": "^0.9.16" } }