-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 880 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
{
"name": "text-node",
"version": "0.3.0",
"description": "A delta stream which writes to text nodes",
"keywords": [],
"author": "Raynos <[email protected]>",
"repository": "git://github.com/Raynos/text-node.git",
"main": "index",
"homepage": "https://github.com/Raynos/text-node",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/text-node/issues",
"email": "[email protected]"
},
"dependencies": {
"dom-walk": "0.0.1",
"iterators": "~0.2.0",
"through": "~0.1.4",
"delta-stream": "~1.2.1"
},
"devDependencies": {
"browserify-server": "~1.0.2",
"fragment": "~0.2.0",
"live-reload": "0.0.1",
"ap": "~0.1.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/text-node/raw/master/LICENSE"
}
],
"scripts": {}
}