{
  "name": "json-strict",
  "version": "0.5.2",
  "description": "Json Specification & Validation & Document Generation",
  "author": "luochen1990",
  "license": "MIT",
  "homepage": "http://github.com/luochen1990/json-strict",
  "repository": {
    "type": "git",
    "url": "git@github.com:luochen1990/json-strict.git"
  },
  "keywords": [
    "json",
    "strict",
    "validate",
    "type",
    "specification",
    "document",
    "haskell"
  ],
  "bin": {
    "json-doc": "./bin/json-doc"
  },
  "main": "./build/nodejs/index.js",
  "scripts": {
    "build": "gulp build",
    "watch": "gulp watch",
    "test": "mocha --recursive"
  },
  "browserify": {
    "transform": [
      "coffeeify"
    ]
  },
  "dependencies": {
    "coffee-mate": "^0.15.0",
    "coffee-script": "^1.10.0",
    "shelljs": "^0.5.3",
    "yargs": "^5.0.0"
  },
  "devDependencies": {
    "browserify": "^11.0.1",
    "coffeeify": "^1.1.0",
    "del": "^1.1.1",
    "gulp": "^3.9.0",
    "gulp-coffee": "^2.3.1",
    "gulp-filter": "^2.0.2",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.5.1",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.4",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.2.1"
  }
}
