ournet.data.stories
Version:
Ournet stories data module
35 lines (34 loc) • 731 B
JSON
{
"name": "ournet.data.stories",
"version": "0.2.8",
"description": "Ournet stories data module",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"lint": "eslint ."
},
"dependencies": {
"atonic": "^1.0.4",
"bluebird": "^3.3.4",
"elasticsearch": "10.0.0",
"lodash": "^4.6.1",
"ournet.utils": "^0.1.0",
"statefulco": "^0.1.0",
"vogels-helpers": "^0.1.6"
},
"devDependencies": {
"dotenv": "^2.0.0",
"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Ournet/ournet.data.stories.git"
},
"keywords": [
"ournet",
"data",
"stories"
],
"author": "Dumitru Cantea",
"license": "ISC"
}