42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@uci-utils/rx-class",
|
|
"version": "0.1.1",
|
|
"description": "class that support reactive properites",
|
|
"main": "src/rx-class.js",
|
|
"scripts": {
|
|
"example": "node -r esm examples/example",
|
|
"example:dev": "./node_modules/.bin/nodemon -r esm examples/example",
|
|
"example:tra": "./node_modules/.bin/nodemon -r esm examples/traverse",
|
|
"test": "./node_modules/.bin/mocha -r esm --timeout 30000"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/.git"
|
|
},
|
|
"keywords": [
|
|
"node.js"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/uci-utils/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.3",
|
|
"get-value": "^3.0.1",
|
|
"is-plain-obj": "^2.1.0",
|
|
"is-plain-object": "^3.0.0",
|
|
"rxjs": "^6.5.5",
|
|
"set-value": "^3.0.2",
|
|
"traverse": "^0.6.6",
|
|
"unset-value": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^7.2.0",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|