-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 974 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": "cache-component",
"version": "5.2.0",
"description": "Cache bel components",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard *.js && npm run deps && NODE_ENV=test node test | tap-format-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypermodules/cache-component.git"
},
"keywords": [
"bel",
"choo",
"element",
"thunk",
"cache",
"perf"
],
"author": "Bret Comnes",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypermodules/cache-component/issues"
},
"homepage": "https://github.com/hypermodules/cache-component#readme",
"dependencies": {
"global": "^4.3.1",
"nanomorph": "^5.1.2"
},
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"bel": "^5.0.0",
"dependency-check": "^2.6.0",
"envify": "^4.0.0",
"standard": "^10.0.0",
"tape": "^4.6.0"
}
}