forked from jonathantneal/flexibility
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.21 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.21 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "flexibility",
"version": "1.0.6",
"description": "Use Flexbox while supporting older Internet Explorers",
"main": "dist/flexibility.js",
"repository": "10up/flexibility",
"keywords": [
"flex",
"display",
"direction",
"wrap",
"flow",
"justify",
"content",
"align",
"items",
"content",
"order",
"grow",
"shrink",
"basis",
"self",
"auto",
"start",
"end",
"center",
"baseline",
"stretch",
"space",
"between",
"around",
"polyfill",
"ie",
"internet",
"explorer",
"layout"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"license": "MIT",
"bugs": "https://github.com/10up/flexibility/issues",
"homepage": "https://github.com/10up/flexibility#readme",
"watch": {
"build": "lib/*.js"
},
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"test": "eslint . && jscs ./lib/*.js",
"watch": "npm-watch"
},
"dependencies": {},
"devDependencies": {
"eslint": "^1.10.3",
"jscs": "^2.8.0",
"npm-watch": "^0.1.1",
"uglify-js": "^2.6.1"
},
"engines": {
"iojs": ">=2.0.0",
"node": ">=0.12.0"
}
}