-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 941 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
{
"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-width",
"description": "This library can be used to dynamically ensure all elements of a given CSS selector are rendered at the same width.",
"version": "1.0.0",
"main": "SameWidth.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davejtoews/same-width.git"
},
"keywords": [
"layout",
"queue",
"window",
"resize",
"same",
"width"
],
"author": "Dave Toews <[email protected]> (http://davejtoews.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/davejtoews/same-width/issues"
},
"homepage": "https://github.com/davejtoews/same-width#readme"
}