portfolio/packages/frptools/package.json
Timothy Farrell 863f61eea9 De-duplicate stream runs.
Don't eval multiple times when called multiple times in quick succession.
2018-06-13 11:07:04 -05:00

14 lines
351 B
JSON

{
"name": "frptools",
"version": "3.2.1",
"description": "Observable Property and Computed data streams",
"main": "src/index.js",
"files": ["src"],
"scripts": {
"test": "node ../../bin/runTests.js ./"
},
"keywords": ["reactive"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0"
}