-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@webqit/observables",
"title": "Observables",
"description": "A collection of APIs based on the 'web-native/observer' API",
"keywords": [
"observables",
"observer"
],
"homepage": "https://webqit.dev/tooling/observables",
"version": "0.3.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webqit/observables.git"
},
"bugs": {
"url": "https://github.com/webqit/observables/issues"
},
"type": "module",
"browser": {
"fs": false
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lerna": "^3.22.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"author": {
"name": "Oxford Harrison",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Oxford Harrison",
"email": "[email protected]"
}
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
},
"dependencies": {
"@webqit/util": "file:../util"
}
}