{
  "name": "samjs-files",
  "description": "",
  "version": "0.4.0",
  "repository": "https://github.com/SAMjs/samjs-files",
  "author": {
    "name": "Paul Pflugradt",
    "email": "paul.pflugradt@gmail.com"
  },
  "main": "lib/index.js",
  "browser": "client/index.js",
  "engines": {
    "node": "*"
  },
  "files": [
    "lib/",
    "client/"
  ],
  "devDependencies": {
    "chai": "^4.1.0",
    "chai-as-promised": "^7.1.1",
    "coffee-cli": "^0.2.1",
    "coffeescript": "^2.0.0-beta3",
    "mocha": "^3.4.2",
    "rimraf": "^2.6.1",
    "samjs": "^0.3.2",
    "script-runner": "^0.1.7",
    "try-require-multiple": "^0.1.0"
  },
  "keywords": [],
  "readmeFilename": "README.md",
  "scripts": {
    "prebuild": "rimraf lib/ client/",
    "build": "run-npm build:*",
    "build:server": "coffee-cli --next --bare --no-header --compile --output lib/ src/*.coffee",
    "build:client": "coffee-cli --no-header --compile --output client/ client-src/*.coffee",
    "test": "mocha",
    "watch": "mocha --watch",
    "dev": "nodemon --watch src/ --watch dev/server.coffee dev/server.coffee",
    "preversion": "npm test",
    "version": "npm run build && git add .",
    "postversion": "git push && git push --tags && npm publish"
  }
}
