dc-thing
Version:
Data controller for 'thing' that conforms to Schema.org
33 lines (32 loc) • 739 B
JSON
{
"name": "dc-thing",
"version": "0.3.14",
"description": "Data controller for 'thing' that conforms to Schema.org",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseBarrios/dc-thing.git"
},
"keywords": [
"Thing",
"class"
],
"author": "JoseBarrios",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/JoseBarrios/dc-thing/issues"
},
"homepage": "https://github.com/JoseBarrios/dc-thing#readme",
"devDependencies": {
"eslint": "^5.9.0",
"mocha": "^5.2.0"
},
"dependencies": {
"dc-date-time": "0.0.4",
"lodash": "^4.17.11",
"moment": "^2.22.2"
}
}