{
  "name": "hoser",
  "version": "0.0.5",
  "description": "Hoser.js is a small JavaScript library (< 4kb minified) for creating observable data objects whose attributes can be lexically scoped.",
  "main": "dist/hoser.js",
  "scripts": {
    "start": "webpack --config webpack.dev.config.js --watch",
    "test": "jest"
  },
  "keywords": [],
  "author": "Gabe Scholz",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "coffee-loader": "^0.7.2",
    "coffee-script": "^1.9.1",
    "expose-loader": "^0.6.0",
    "html-webpack-plugin": "^1.1.0",
    "jest": "^0.1.37",
    "jest-cli": "^0.4.0",
    "livescript-loader": "^0.1.3",
    "webpack": "^1.7.2"
  },
  "jest": {
    "rootDir": "./src",
    "scriptPreprocessor": "../test/preprocessor.js",
    "testFileExtensions": [
      "coffee",
      "js"
    ],
    "moduleFileExtensions": [
      "coffee",
      "js"
    ]
  }
}
