-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 932 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 932 Bytes
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
{
"name": "fluidity",
"version": "0.2.0",
"description": "Worlds lightest-weight fully responsive css framework.",
"style": "./css/fluidity.css",
"repository": {
"type": "git",
"url": "http://github.com/mrmrs/fluidity.git"
},
"devDependencies": {
"browser-sync": "^1.1.1",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"gulp-csslint": "^0.1.4",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.6.4",
"gulp-minify-css": "^0.3.5",
"gulp-rename": "^1.2.0",
"gulp-rework": "^0.3.0",
"gulp-sass": "^0.7.2",
"gulp-shell": "^0.2.9",
"gulp-size": "^0.4.0",
"gulp-uncss": "^0.4.4",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8",
"imagemin-pngcrush": "^0.1.0",
"jshint-stylish": "^0.2.0"
},
"author": {
"name": "@mrmrs",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"license": "MIT",
"scripts": {
"start": "gulp"
}
}