forked from ftlabs/ftcolumnflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 765 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
{
"name": "ftcolumnflow",
"version": "1.0.0",
"author": "FT Labs <[email protected]> (http://labs.ft.com/)",
"description": "FTColumnflow is a polyfill that fixes the inadequacies of CSS column layouts.",
"contributors": [
"George Crawford"
],
"main": "src/FTColumnflow.js",
"repository": {
"type": "git",
"url": "[email protected]:ftlabs/ftcolumnflow.git"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"keywords": [
"css column",
"css regions",
"css",
"polyfill"
],
"devDependencies": {
"buster": "~0.7",
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-buster": "~0.3",
"phantomjs": "~1.9"
},
"license": "MIT",
"homepage": "https://github.com/ftlabs/ftcolumnflow"
}