forked from choojs/nanomorph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 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": "mdc-nanomorph",
"version": "0.1.1",
"description": "Same as nanomorph, but also copies across `mdc-` prefixed css classes when using material-component-web's autoInit.",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && browserify test/index.js | tape-run",
"test:fast": "browserify test/diff.js | tape-run",
"start": "bankai start --debug test/diff.js"
},
"repository": "lorengreenfield/mdc-nanomorph",
"keywords": [
"mdc",
"material-components-web",
"mdc-web",
"dom",
"diff",
"tiny",
"morphdom",
"choo",
"bel",
"yo-yo"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bankai": "^7.6.2",
"bel": "^4.4.3",
"browserify": "^14.1.0",
"dependency-check": "^2.5.1",
"math-random-seed": "^1.0.0",
"standard": "^7.1.2",
"tape": "^4.6.0",
"tape-run": "^3.0.0"
}
}