forked from kristoferjoseph/flexboxgrid
-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "flexboxgrid2",
"version": "7.2.1",
"description": "Grid based off of CSS3 flexbox specification",
"style": "flexboxgrid2.css",
"main": "flexboxgrid2.css",
"scripts": {
"build": "grunt",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/evgenyrodionov/flexboxgrid2.git"
},
"keywords": ["browser", "flexbox", "grid", "css"],
"author": "@evgenyrodionov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/evgenyrodionov/flexboxgrid2/issues"
},
"files": ["flexboxgrid2.css", "flexboxgrid2.min.css", "src"],
"homepage": "https://github.com/evgenyrodionov/flexboxgrid2",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-cssmin": "^0.7.0",
"grunt-contrib-htmlmin": "^0.1.3",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-watch": "^0.5.3",
"grunt-myth": "^1.0.1",
"grunt-processhtml": "^0.2.9"
},
"dependencies": {
"normalize.css": "^7.0.0"
}
}