{
  "name": "toml-j0.4",
  "version": "1.1.1",
  "description": "A parser only compliant with TOML v0.4.0",
  "main": "toml.js",
  "types": "toml.d.ts",
  "scripts": {
    "test": "mocha --bail --reporter spec test/*.js",
    "build": "node build.js",
    "benchmark": "node benchmark.js",
    "prepublish": "node build.js"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/toml-browser.js",
    "lib",
    "toml.js"
  ],
  "keywords": [
    "toml",
    "parser",
    "ini"
  ],
  "author": "Jak Wings <jakwings@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git@github.com:jakwings/toml-j0.4.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jakwings/toml-j0.4/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/jakwings/toml-j0.4/issues"
  },
  "homepage": "https://github.com/jakwings/toml-j0.4",
  "devDependencies": {
    "ansi": "0.3.0",
    "benchmark": "~2.1.4",
    "browserify": "~14.4.0",
    "js-yaml": "~3.9.0",
    "mocha": "~3.4.2",
    "pegjs": "0.10.0",
    "should": "~11.2.1",
    "toml": "~2.3.2",
    "uglify-js": "~3.0.25"
  }
}
