22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"name": "reactimal",
|
|
"version": "1.0.0",
|
|
"description": "Reactive programming primitives",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"test": "jasmine"
|
|
},
|
|
"keywords": [
|
|
"reactive"
|
|
],
|
|
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"jasmine": "^3.2.0",
|
|
"jasmine-es6": "^0.4.3"
|
|
}
|
|
}
|