-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 962 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
41
42
{
"dependencies": {
"layout-queue": "1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdom": "^9.9.1",
"jsdom-global": "^2.1.1",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0"
},
"scripts": {
"test": "mocha"
},
"name": "same-height",
"description": "This library can be used to dynamically ensure all elements of a given CSS selector are rendered at the same height.",
"version": "1.0.0",
"main": "SameHeight.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davejtoews/same-height.git"
},
"keywords": [
"layout",
"queue",
"window",
"resize",
"same",
"height",
"media rule",
"media query"
],
"author": "Dave Toews (http://davejtoews.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/davejtoews/same-height/issues"
},
"homepage": "https://github.com/davejtoews/same-height#readme"
}