-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 797 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 797 Bytes
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
{
"name": "weakmap-event",
"main": "index.js",
"version": "2.0.7",
"description": "",
"license": "MIT",
"repository": "bendrucker/weakmap-event",
"author": {
"email": "bvdrucker@gmail.com",
"name": "Ben Drucker",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"weakmap",
"event",
"geval",
"functional"
],
"devDependencies": {
"observ": "~0.2.0",
"observ-array": "~3.2.1",
"observ-struct": "~6.0.0",
"observ-varhash": "~1.0.6",
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"files": [
"index.js",
"object.js",
"array.js"
],
"dependencies": {
"geval": "~2.2.0",
"key-difference": "~1.0.0",
"weakmap-shim": "~1.1.0",
"xtend": "~4.0.0"
}
}