-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
33
34
35
36
37
{
"name": "Gridy",
"version": "0.9.2",
"description": "A Flexbox Gridy System",
"author": "http://www.jertix.org",
"main": "gulpfile.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:microcipcip/gridy.git"
},
"devDependencies": {
"del": "^3.0.0",
"es6-promise": "^4.2.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-css-base64": "^1.3.4",
"gulp-css-image-dimensions": "^1.1.5",
"gulp-header": "^1.8.9",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-json-editor": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.5",
"jshint-stylish-ex": "^0.2.0",
"yargs": "^4.8.1"
}
}