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

19 lines
380 B
JSON

{
"name": "reactimal",
"version": "1.0.0",
"description": "Reactive programming primitives",
"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"
}