{
  "name": "specs",
  "version": "1.0.0",
  "description": "This site is the home for *specifications* related to **Frictionless Data.**",
  "main": "index.js",
  "scripts": {
    "build": "node build.js",
    "test": "NODE_ENV=testing mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frictionlessdata/specs.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/frictionlessdata/specs/issues"
  },
  "homepage": "https://github.com/frictionlessdata/specs#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "csv-parse": ">=4.4.6",
    "fs-extra": "^4.0.2",
    "glob": "^7.1.1",
    "js-yaml": "^3.7.0",
    "json-schema-ref-parser": "^3.1.2",
    "mocha": "^4.0.1",
    "tv4": "^1.3.0"
  }
}
