-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
70 lines (70 loc) · 1.8 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nanocomponent",
"version": "6.6.0",
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
"main": "index.js",
"browser": {
"assert": "nanoassert"
},
"scripts": {
"test": "run-s test:*",
"test:deps": "dependency-check . --no-dev -i nanoassert",
"test:node": "NODE_ENV=test node test/node.js | tap-format-spec",
"test:browser": "browserify test/browser/index.js | tape-run --render='tap-format-spec'",
"test:lint": "standard *.js",
"start": "bankai start example",
"build": "rm -rf example/dist && rm -rf dist && bankai build example && mv example/dist ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/nanocomponent.git"
},
"keywords": [
"nanohtml",
"bel",
"choo",
"element",
"thunk",
"cache",
"perf",
"nanomorph",
"morphdom",
"nanocomponent",
"cache-component"
],
"author": "Trainspotters",
"contributors": [
"Bret Comnes <[email protected]> (http://bret.io)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/choojs/nanocomponent/issues"
},
"homepage": "https://github.com/choojs/nanocomponent#readme",
"dependencies": {
"global": "^4.3.1",
"nanoassert": "^2.0.0",
"nanomorph": "^5.1.2",
"nanotiming": "^7.2.0",
"on-load": "^4.0.2"
},
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"bankai": "^9.5.1",
"browserify": "^16.0.0",
"choo": "^7.1.0",
"choo-log": "^8.0.0",
"dependency-check": "^4.1.0",
"envify": "^4.0.0",
"leaflet": "^1.1.0",
"microbounce": "^1.0.0",
"nanobus": "^4.2.0",
"nanohtml": "^1.2.3",
"nanologger": "^2.0.0",
"npm-run-all": "^4.0.2",
"on-idle": "^3.1.0",
"standard": "^14.3.4",
"tape": "^5.0.0",
"tape-run": "^7.0.0"
}
}