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