forked from StefanKovac/flex-layout-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "flex-layout-attribute",
"filename": "flex-layout-attribute.css",
"description": "HTML layout helper based on CSS flexbox specification.",
"version": "1.0.3",
"main": "css/flex-layout-attribute.min.css",
"author": {
"name": "Stefan Kovac",
"email": "[email protected]",
"web": "http://progressivered.com/"
},
"license": "MIT",
"homepage": "http://progressivered.com/fla/",
"repository": {
"type": "git",
"url": "https://github.com/StefanKovac/flex-layout-attribute.git"
},
"scripts": {
"setup": "npm install",
"build": "gulp",
"watch": "gulp watch"
},
"keywords": [
"flexbox",
"layout",
"attribute",
"css",
"fla"
],
"bugs": {
"url": "https://github.com/StefanKovac/flex-layout-attribute/issues"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-header": "^1.8.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sass-lint": "^1.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0"
}
}