@evolvus/evolvus-entity
Version:
Application encapsulates Application functionality across all Evolvus products
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@evolvus/evolvus-entity",
"version": "1.0.28",
"description": "Application encapsulates Application functionality across all Evolvus products",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evolvus/evolvus-sandstorm-apis.git"
},
"keywords": [
"evolvus",
"entity"
],
"author": "Shriman Nijagun",
"license": "ISC",
"bugs": {
"url": "https://github.com/Evolvus/evolvus-sandstorm-apis/issues"
},
"homepage": "https://github.com/Evolvus/evolvus-sandstorm-apis#readme",
"dependencies": {
"@evolvus/evolvus-contact": "^1.0.10",
"@evolvus/evolvus-docket-client": "^1.0.3",
"@evolvus/evolvus-mongo-dao": "^1.0.1",
"@evolvus/evolvus-swe-client": "^1.0.2",
"debug": "^3.1.0",
"express": "^4.16.3",
"jsonschema": "^1.2.4",
"lodash": "^4.17.5",
"mongoose": "^5.2.5",
"randomstring": "^1.1.5",
"shortid": "^2.2.12",
"validator": "^10.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.0.5"
}
}