You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
682 B
JSON
36 lines
682 B
JSON
6 years ago
|
{
|
||
|
"name": "node-data-modeling",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@git.cryto.net:joepie91/node-data-modeling.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"data",
|
||
|
"modeling",
|
||
|
"schema",
|
||
|
"ddl",
|
||
|
"typing",
|
||
|
"validation"
|
||
|
],
|
||
|
"author": "Sven Slootweg <admin@cryto.net>",
|
||
|
"license": "WTFPL",
|
||
|
"devDependencies": {
|
||
|
"benchmark": "^2.1.4",
|
||
|
"chai": "^4.1.2",
|
||
|
"mocha": "^5.2.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"capitalize": "^1.0.0",
|
||
|
"create-error": "^0.3.1",
|
||
|
"filter-obj": "^1.1.0",
|
||
|
"map-obj": "^2.0.0",
|
||
|
"object-hash": "^1.3.0"
|
||
|
}
|
||
|
}
|