{
  "name": "fast-sexpr",
  "version": "1.0.0",
  "description": "A lightweight s-expression parser for JavaScript.",
  "main": "index.js",
  "directories": {
    "test": "./test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benthepoet/fast-sexpr.git"
  },
  "keywords": [
    "s-expression",
    "lisp"
  ],
  "author": "Ben Hanna <benpaulhanna@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benthepoet/fast-sexpr/issues"
  },
  "homepage": "https://github.com/benthepoet/fast-sexpr#readme",
  "devDependencies": {
    "coveralls": "^3.0.3",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0"
  }
}
