smartlog-interfaces/package.json

18 lines
363 B
JSON
Raw Permalink Normal View History

2018-02-07 23:12:25 +00:00
{
"name": "commonlog",
2018-02-07 23:12:30 +00:00
"version": "1.0.2",
2018-02-07 23:12:25 +00:00
"description": "interfaces for the smartlog universe",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
2018-02-07 23:12:30 +00:00
"devDependencies": {
2018-02-07 23:12:25 +00:00
"tapbundle": "^1.0.13"
},
2018-02-07 23:12:30 +00:00
"dependencies": {}
2018-02-07 23:12:25 +00:00
}