-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 922 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
37
38
39
40
{
"name": "bimap",
"version": "0.0.17",
"description": "A powerful, flexible and efficient bidirectional map implementation",
"main": "lib/bimap.js",
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"repository": {
"type": "git",
"url": "https://github.com/alethes/bimap"
},
"keywords": [
"bidirectional map",
"map",
"object",
"key by value",
"hash",
"bidimap",
"associative array",
"two-sided object"
],
"author": "James Daab (Alethes)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alethes/bimap/issues"
},
"homepage": "https://github.com/alethes/bimap",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coffee-jshint": "^0.2.0",
"coffee-script": "^1.7.1",
"grunt-mocha-cov": "^0.2.1"
}
}