Files
elastiq/package.json
Joe Fleming 594e249ee0 add test coverage reporting
via nyc. also change non-build test runner script name
2016-05-03 14:22:01 -07:00

44 lines
1.1 KiB
JSON

{
"name": "elastique",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && npm run unit",
"unit": "nyc --require babel-core/register mocha test/src/**",
"build": "babel src --out-dir lib",
"prepublish": "in-publish && npm run test || not-in-publish"
},
"author": "",
"license": "Apache-2.0",
"engines": {
"node": ">=4.3.0"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.0.3",
"babel-cli": "~6.7.5",
"babel-core": "~6.7.6",
"babel-eslint": "~4.1.8",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-preset-es2015": "~6.6.0",
"eslint": "~1.10.3",
"eslint-plugin-mocha": "~1.1.0",
"eslint-plugin-react": "~4.2.3",
"expect.js": "~0.3.1",
"mocha": "~2.4.5",
"nyc": "~6.4.2",
"proxyquire": "~1.7.4",
"sinon": "~1.17.3"
},
"dependencies": {
"bluebird": "~3.3.5",
"debug": "~2.2.0",
"elasticsearch": "~11.0.1",
"error": "~7.0.2",
"in-publish": "~2.0.0",
"lodash": "~4.11.1",
"moment": "~2.10.6",
"puid": "~1.0.5"
}
}