Newer
Older
vmk-demo-bot / admin / node_modules / bs-recipes / recipes / grunt.sass / package.json
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 344 bytes init
{
  "name": "grunt.sass",
  "version": "1.0.0",
  "description": "Grunt & SASS",
  "main": "Gruntfile.js",
  "scripts": {
    "start": "grunt"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-browser-sync": "^2.0.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1"
  }
}