forked from anthonyshort/deku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 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
{
"name": "deku",
"version": "0.5.4",
"license": "MIT",
"repository": "dekujs/deku",
"description": "Create view components using a virtual DOM",
"main": "lib/index.js",
"devDependencies": {
"babelify": "^6.1.1",
"bfc": "~0.3.1",
"browserify": "^11.0.0",
"bump": "*",
"envify": "^3.4.0",
"hihat": "^2.4.0",
"minify": "^1.4.11",
"snazzy": "^1.0.1",
"standard": "^4.5.4",
"tap-dev-tool": "^1.3.0",
"tape": "^4.0.1",
"trigger-event": "^1.0.0",
"virtual-element": "^1.1.0",
"zuul": "^3.2.0"
},
"dependencies": {
"component-emitter": "^1.1.3",
"component-raf": "^1.2.0",
"component-type": "^1.1.0",
"fast.js": "^0.1.1",
"get-uid": "^1.0.1",
"is-dom": "^1.0.5",
"is-svg-attribute": "^1.0.2",
"is-svg-element": "^1.0.1",
"object-defaults": "^0.1.0",
"object-path": "^0.9.2"
}
}