{
  "name": "zock",
  "version": "0.3.9",
  "description": "Scaffolding for isomorphic coffeescript libraries",
  "keywords": [
    "isomorphic",
    "scaffolding",
    "library",
    "bootstrap",
    "coffee",
    "coffeescript"
  ],
  "main": "src/index.coffee",
  "scripts": {
    "test": "node_modules/gulp/bin/gulp.js test",
    "watch": "node_modules/gulp/bin/gulp.js watch"
  },
  "license": "MIT",
  "author": "Zolmeister (https://zolmeister.com/)",
  "dependencies": {
    "fake-xml-http-request": "^1.2.0",
    "lodash": "^3.10.0",
    "qs": "^4.0.0",
    "routes": "^2.0.0",
    "url": "^0.10.3"
  },
  "devDependencies": {
    "b-assert": "^0.1.2",
    "coffee-loader": "^0.7.3",
    "coffeescope2": "^0.4.6",
    "coffeescript": "^2.3.2",
    "gulp": "^3.9.0",
    "gulp-coffeelint": "^0.6.0",
    "gulp-mocha": "^4.3.1",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "mocha": "^4.0.1",
    "webpack-stream": "^4.0.0",
    "zorium-coffeelint-config": "^1.1.2"
  },
  "directories": {
    "test": "test"
  },
  "repository": "https://github.com/Zolmeister/zock.git",
  "bugs": {
    "url": "https://github.com/Zolmeister/zock/issues"
  },
  "homepage": "https://github.com/Zolmeister/zock"
}
