-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "flexigridcss",
"version": "0.6.4",
"homepage": "https://github.com/joelpierre/flexigridcss",
"description": "A Modern CSS framework that incorporates grid and flex box",
"devDependencies": {
"flexbox-grid-mixins": "0.1.6",
"gulp": "3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "3.10.0",
"gulp-livereload": "4.0.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.4",
"husky": "1.3.1",
"lint-staged": "8.1.5"
},
"scripts": {
"build": "gulp",
"prod": "gulp sass && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "assets/flexigridcss.scss",
"style": "dist/flexigrid.min.css",
"unpkg": "dist/flexigrid.css",
"repository": {
"type": "git",
"url": "git@joel_github:joelpierre/flexigridcss.git"
},
"keywords": [
"Flexigridcss",
"Flexbox",
"CSS",
"Grid",
"Joel",
"Pierre",
"Powell",
"PixelTwist"
],
"bugs": {
"url": "https://github.com/joelpierre/flexigridcss/issues"
},
"author": {
"name": "Joel Pierre-Powell",
"email": "[email protected]",
"url": "https://github.com/joelpierre/flexigridcss"
},
"license": "MIT",
"files": [
"assets",
"dist",
"flexigridcss.sass",
"LICENSE",
"README.md"
],
"husky": {
"hooks": {
"pre-commit": "gulp build"
}
}
}