{
  "name": "jsfx",
  "repository": {
    "type": "git",
    "url": "https://github.com/inssein/jsfx.git"
  },
  "version": "0.0.1",
  "author": "",
  "main": "build/jsfx.js",
  "dependencies": {},
  "devDependencies": {
    "gulp": "^3.6.2",
    "gulp-tsc": "^0.10.1",
    "gulp-shell": "^0.4.2",
    "gulp-tslint": "^2.0.0",
    "run-sequence": "^1.1.1"
  },
  "scripts": {
    "main": "gulp buildrun",
    "test": "gulp build && mocha"
  }
}
