{
  "name": "gulp-livescript",
  "version": "1.0.1",
  "description": "Compile LiveScript to JavaScript for Gulp",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers ls:LiveScript"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tomchentw/gulp-livescript"
  },
  "keywords": [
    "LiveScript",
    "gulp",
    "gulpplugin"
  ],
  "author": {
    "name": "tomchentw",
    "email": "developer@tomchentw.com",
    "url": "https://github.com/tomchentw"
  },
  "license": {
    "type": "MIT",
    "url": "http://tomchentw.mit-license.org"
  },
  "bugs": {
    "url": "https://github.com/tomchentw/gulp-livescript/issues"
  },
  "homepage": "https://github.com/tomchentw/gulp-livescript",
  "dependencies": {
    "gulp-util": "*",
    "LiveScript": "^1.2.0",
    "through2": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^1.17.1",
    "should": "^4.0.4",
    "gulp": "^3.5.2",
    "gulp-bump": "^0.1.5",
    "conventional-changelog": "0.0.11"
  }
}
