{
  "name": "caramel",
  "version": "2.0.0-beta",
  "description": "Simple, Modern, Responsive Website Design Framework",
  "homepage": "http://kurisubrooks.com/caramel",
  "author": "kurisubrooks",
  "license": "GPL-3.0",
  "main": "gulpfile.js",
  "sass": "sass/caramel.sass",
  "keywords": [
    "website",
    "framework",
    "frontend",
    "design",
    "css"
  ],
  "scripts": {
    "watch": "./node_modules/.bin/gulp watch",
    "build": "./node_modules/.bin/gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kurisubrooks/caramel.git"
  },
  "bugs": {
    "url": "https://github.com/kurisubrooks/caramel/issues"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.24.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.2",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "gulp-uglify": "^2.1.0"
  }
}
