truss/comm/package.json

16 lines
281 B
JSON
Raw Normal View History

2018-12-23 07:56:44 -06:00
{
"name": "@truss/comm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.i12e.cha0s.io"
},
"dependencies": {
"debug": "3.1.0",
"supports-color": "5.4.0"
}
}