-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 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
{
"name": "@starryinternet/map-memo",
"version": "2.1.2",
"description": "Generic memoization with Map and WeakMap",
"author": "Kevin Ennis <kennis84@gmail.com",
"scripts": {
"test": "grunt"
},
"main": "lib/map-memo.js",
"repository": {
"type": "git",
"url": "https://github.com/StarryInternet/map-memo"
},
"bugs": {
"url": "https://github.com/StarryInternet/map-memo/issues"
},
"keywords": [
"memoize",
"map",
"weakmap",
"es6"
],
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"devDependencies": {
"eslint-config-starry": "2.0.0",
"eslint-plugin-starry": "2.0.0",
"grunt": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-eslint": "18.1.0",
"grunt-mocha-istanbul": "4.0.2",
"istanbul": "0.4.3",
"mocha": "2.5.3"
}
}