-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 825 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "zen-signals",
"version": "2.0.0",
"description": "☯ The simplest signal library possible",
"main": "dist/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaomilho/zen-signals.git"
},
"keywords": [
"observable",
"streams",
"signals",
"simple",
"learning",
"education",
"functor",
"ramda"
],
"author": "Juan Lulkin <[email protected]> (https://medium.com/@joaomilho/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/joaomilho/zen-signals/issues"
},
"homepage": "https://github.com/joaomilho/zen-signals#readme",
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.3",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
}
}