{
  "name": "smalltest",
  "version": "2.2.2",
  "description": "really small javascript tester",
  "main": "index.js",
  "scripts": {
    "build": "npx rollup --config",
    "test": "node ./tests/smalltest.node.js",
    "test:browser": "open http:localhost:4041/tests/index.html && python -m SimpleHTTPServer 4041"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kdoran/smalltest.git"
  },
  "author": "kev.doran@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kdoran/smalltest/issues"
  },
  "homepage": "https://github.com/kdoran/smalltest#readme",
  "dependencies": {
    "lodash.isequal": "^4.5.0"
  },
  "devDependencies": {
    "rollup": "^1.1.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0"
  }
}
