This repository has been archived on 2020-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
reactimal/package.json
Timothy Farrell 5851d9c4fe Add stream type to frptools.
(prettier got ahold of this commit)
2018-05-31 15:48:18 -05:00

14 lines
351 B
JSON

{
"name": "frptools",
"version": "3.2.0",
"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"
}