-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
70 lines (70 loc) · 1.57 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
63
64
65
66
67
68
69
70
{
"name": "pesticide",
"version": "1.3.1",
"description": "Kill your css layout bugs without needing 2000 clicks in dev tools",
"homepage": "https://pesticide.io",
"repository": {
"type": "git",
"url": "https://github.com/mrmrs/pesticide.git"
},
"devDependencies": {
"browser-sync": "^1.3.0",
"gulp": ">=3.6.0",
"gulp-autoprefixer": "0.0.5",
"gulp-concat": "^2.2.0",
"gulp-csslint": "~0.1.3",
"gulp-less": "~1.2.3",
"gulp-minify-css": "~0.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-shell": "^0.2.4",
"gulp-size": "^1.0.0",
"gulp-stylus": "~0.1.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "~2.2.12",
"gulp-watch": "~0.5.0"
},
"author": {
"name": "@mrmrs",
"email": "[email protected]",
"url": "https://mrmrs.cc"
},
"contributors": [
{
"name": "Rafael Rinaldi",
"url": "https://github.com/rafaelrinaldi"
},
{
"name": "JC",
"url": "https://colindres.me"
},
{
"name": "Paul Molluzzo",
"url": "https://paul.molluzzo.com"
},
{
"name": "François Beaufort",
"url": "https://github.com/beaufortfrancois"
},
{
"name": "David Hemphill",
"url": "https://davidhemphill.com"
},
{
"name": "Chris Rebert",
"url": "https://blog.rebertia.com"
},
{
"name": "kirkas",
"url": "https://github.com/kirkas"
}
],
"license": "MIT",
"scripts": {
"start": "gulp",
"sass": "gulp sass",
"stylus": "gulp stylus",
"less": "gulp less",
"minify": "gulp minify-css"
}
}