UNPKG

hc-boilerplate-simple

Version:
42 lines (41 loc) 1.09 kB
{ "name": "hc-boilerplate-simple", "version": "1.0.8", "description": "a simple hc-bee boilerplate", "main": "app.js", "scripts": { "test": "make test", "eslint": "eslint --ext .js --ext .jsx --ignore-path .gitignore .", "prepublishOnly": "cp .gitignore gitignore", "postpack": "rm -f gitignore" }, "repository": { "type": "git", "url": "git+https://github.com/node-honeycomb/hc-boilerplate.git" }, "keywords": [ "honeycomb" ], "author": "honeycomb group", "license": "MIT", "bugs": { "url": "https://github.com/node-honeycomb/hc-boilerplate/issues" }, "homepage": "https://github.com/node-honeycomb/hc-boilerplate#readme", "dependencies": { "hc-bee": "^0.1.9", "lodash": "4.17.14" }, "devDependencies": { "api-annotation": "^1.0.2", "babel-eslint": "^8.0.3", "eslint": "^4.13.1", "eslint-config-aliyun": "^2.0.1", "eslint-plugin-react": "^7.5.1", "intelli-espower-loader": "^1.0.1", "istanbul": "^0.4.5", "mocha": "^5.0.0", "power-assert": "^1.4.4", "supertest": "^3.0.0" } }