{
  "name": "lit-node",
  "description": "Self-documenting Node scripts through literate programming",
  "version": "0.1.1",
  "license": "LIL",
  "main": "index.js",
  "bin": {
    "lit-node": "lit-node"
  },
  "scripts": {
    "test-path": "./lit-node test/test.md",
    "test-module": "node --require ./register.js test/test.md",
    "test": "npm run test-path && npm run test-module",
    "prepublishOnly": "npm run test"
  },
  "devDependencies": {
    "chalk": "^2.3.0"
  }
}
