{
  "name": "springbooter-core",
  "version": "1.2.3",
  "description": "SpringBooter's own domain language and core objects",
  "main": "module/index.js",
  "keywords": [
    "SpringBooter",
    "DSL"
  ],
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test -- -t 5000",
    "peg-parse": "./node_modules/pegjs/bin/pegjs -o lib/dsl/pegjs_parser.js lib/dsl/grammar.txt"
  },
  "homepage": "https://github.com/cooleo/springbooter-core#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cooleo/springbooter-core.git"
  },
  "author": {
    "name": "Hung nguyen",
    "email": "hung.nguyendang@outlook.com",
    "url": "https://github.com/xuuz"
  },
  "bugs": {
    "url": "https://github.com/cooleo/springbooter-core/issues"
  },
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache 2.0"
    }
  ],
  "dependencies": {
    "lodash": "4.17.2"
  },
  "devDependencies": {
    "pegjs": "0.10.0",
    "mocha": "3.1.2",
    "chai": "3.5.0",
    "istanbul": "0.4.5",
    "mocha-clean": "1.0.0"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=2.14.2"
  }
}
