{
  "name": "satie",
  "version": "0.0.13-alpha6",
  "description": "A sheet music renderer for the web",
  "author": "Josh Netterfield",
  "license": "AGPL-3.0",
  "homepage": "http://jnetterf.github.io/satie",
  "repository": {
    "type": "git",
    "url": "git://github.com/jnetterf/satie"
  },
  "keywords": [
    "classical",
    "composing",
    "composition",
    "music",
    "musicxml",
    "react",
    "sheet music",
    "xml"
  ],
  "dependencies": {
    "invariant": "2.2.1",
    "lodash": "4.14.2",
    "musicxml-interfaces": "0.0.20",
    "opentype.js": "nodebox/opentype.js#0.4.7",
    "webcola": "tgdwyer/WebCola#326dc8e9e",
    "yargs": "3.29.0"
  },
  "peerDependencies": {
    "musicxml-interfaces": "0.0.20",
    "react": "15.x.x"
  },
  "devDependencies": {
    "@types/chai": "3.4.30",
    "@types/d3": "0.0.31",
    "@types/invariant": "2.2.27",
    "@types/lodash": "4.14.30",
    "@types/mocha": "2.2.29",
    "@types/node": "6.0.33",
    "@types/opentype": "0.0.2",
    "@types/react": "0.14.49",
    "@types/react-dom": "0.14.18",
    "@types/react-router": "file:./vendor/updated-react-router-types",
    "@types/webcola": "file:./vendor/webcola-types",
    "@types/yargs": "0.0.29",
    "chai": "3.4.1",
    "istanbul": "0.4.0",
    "mocha": "2.3.3",
    "node-libs-browser": "0.5.3",
    "nodemon": "1.8.1",
    "react": "15.3.0",
    "react-dom": "15.3.0",
    "react-hot-loader": "1.3.0",
    "source-map-loader": "0.1.5",
    "source-map-support": "0.4.0",
    "tslint": "3.14.0",
    "typescript": "2.1.5",
    "webpack": "1.13.0",
    "webpack-dev-server": "1.14.1"
  },
  "main": "./dist/satie.js",
  "files": [
    "COPYING.txt",
    "dist/",
    "src/"
  ],
  "typings": "dist/satie.d.ts",
  "browser": {
    "source-map-support": false,
    "fs": false
  },
  "scripts": {
    "build": "make build NODE_ENV=production",
    "build_dev": "make",
    "watch": "make watch",
    "start": "make watch",
    "test": "make test_all NODE_ENV=production",
    "test_dev": "make test_all",
    "lint": "make lint"
  }
}
