-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 862 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": "vomit",
"version": "0.1.0",
"description": "virtual dom which does not suck",
"main": "index.js",
"scripts": {
"test": "browserify test/*.js | tape-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bredele/vomit.git"
},
"keywords": [
"virtusl",
"dom",
"hyperscript"
],
"author": "Olivier Wietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/bredele/vomit/issues"
},
"homepage": "https://github.com/bredele/vomit#readme",
"devDependencies": {
"browserify": "^13.0.0",
"stream": "0.0.2",
"tape": "^4.6.0",
"tape-run": "^2.1.3"
},
"browser": {
"emitter": "emitter-component"
},
"dependencies": {
"attrs": "^1.1.0",
"domwalk": "^0.2.0",
"emitter-component": "^1.1.1",
"morphdom": "^1.3.0",
"stream": "0.0.2"
}
}