uci-socket/package.json

33 lines
657 B
JSON
Raw Normal View History

2017-12-21 15:47:42 -08:00
{
"name": "@uci/esmtesting",
2017-12-21 15:47:42 -08:00
"version": "0.1.0",
"description": "Test for esm",
2017-12-21 15:47:42 -08:00
"main": "index.js",
"scripts": {
"start": "node -r @std/esm test"
2017-12-21 15:47:42 -08:00
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/message.git"
},
"keywords": [
"node.js",
"i2c",
"rpi",
"raspberrypi"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/message/issues"
},
"homepage": "https://github.com/uCOMmandIt/message#readme",
"@std/esm": "cjs",
2017-12-21 15:47:42 -08:00
"devDependencies": {
"@std/esm": "^0.18.0"
},
"dependencies": {
"json-ipc-lib": "^1.0.2"
2017-12-21 15:47:42 -08:00
}
}