-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
44 lines (44 loc) · 1 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
{
"name": "hyperscript",
"version": "2.0.2",
"homepage": "https://github.com/hyperhype/hyperscript",
"repository": {
"type": "git",
"url": "git://github.com/hyperhype/hyperscript.git"
},
"author": "'Dominic Tarr' <[email protected]> (http://dominictarr.com)",
"license": "MIT",
"devDependencies": {
"tape": "~2.13.3",
"observable": "~2.1.2",
"ispy": "~0.1.2",
"simulate": "0.0.3"
},
"dependencies": {
"browser-split": "0.0.0",
"class-list": "~0.1.0",
"html-element": "^2.0.0"
},
"browser": {
"html-element": false
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}