-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 805 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": "hidden",
"version": "1.1.1",
"description": "Cross browser Element#hidden",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/npm-dom/hidden.git",
"main": "index",
"homepage": "https://github.com/npm-dom/hidden",
"contributors": [
{
"name": "Raynos"
}
],
"bugs": {
"url": "https://github.com/npm-dom/hidden/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {},
"devDependencies": {
"browserify": "13.3.0",
"domify": "1.4.0",
"tape": "4.6.3",
"tape-css": "1.0.2-beta",
"tape-run": "2.1.5"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/npm-dom/hidden/raw/master/LICENSE"
}
],
"scripts": {
"test": "browserify test.js | tape-run"
}
}