-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "nhg",
"version": "0.6.0",
"description": "All of the infinite brilliance of Raynos' Mercury framework, without mercury.",
"main": "index.js",
"engines": {
"npm": ">=3.0.0",
"node": ">=0.12.0"
},
"scripts": {
"test": "semistandard && tape test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisinajar/not-mercury.git"
},
"keywords": [
"mercury",
"virtual-dom",
"raynos",
"react"
],
"author": "Chris Vickery <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisinajar/not-mercury/issues"
},
"homepage": "https://github.com/chrisinajar/not-mercury#readme",
"devDependencies": {
"browserify": "^13.0.0",
"length-stream": "^0.1.1",
"semistandard": "^9.2.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
},
"dependencies": {
"dom-delegator": "13.1.0",
"dover": "1.2.0",
"global": "4.3.0",
"main-loop": "3.4.0",
"main-loop-app": "0.1.0",
"observ": "0.2.0",
"observ-array": "3.2.1",
"observ-struct": "6.0.0",
"observ-varhash": "1.0.8",
"sour": "3.2.0",
"value-event": "5.1.1",
"vdom-thunk": "3.0.0",
"virtual-dom": "2.1.1"
}
}