-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "weak-memoize",
"version": "3.0.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "jest --coverage",
"build": "babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AriaFallah/weak-memoize.git"
},
"keywords": [],
"author": "Aria Fallah",
"license": "MIT",
"bugs": {
"url": "https://github.com/AriaFallah/weak-memoize/issues"
},
"homepage": "https://github.com/AriaFallah/weak-memoize#readme",
"jest": {
"testRegex": "/test/.+\\.js$",
"coverageDirectory": "coverage"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-preset-aria": "^2.0.1",
"eslint": "^3.14.0",
"eslint-config-aria": "^4.0.7",
"jest": "^18.1.0"
}
}