{
  "name": "js-model",
  "version": "1.6.2",
  "description": "model for javascript",
  "main": "build/model.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vvpvvp/model.git"
  },
  "keywords": [
    "model",
    "javascript",
    "js"
  ],
  "author": {
    "name": "alias"
  },
  "license": "The MIT License",
  "bugs": {
    "url": "https://github.com/vvpvvp/model/issues"
  },
  "scripts": {
    "build": "babel src/*.js -d build",
    "min": "babel build/*.js --minified --no-babelrc -o build/*.min.js",
    "test": "mocha --compilers js:babel-core/register ./test/*.js"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "dependencies": {
    "manba": "^1.2.8"
  },
  "homepage": "https://github.com/vvpvvp/model#readme",
  "readmeFilename": "README.md"
}
