-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "trumpcss",
"version": "0.0.1",
"description": "trump.css is for those who like to introduce a little bit of Trump on their homepage.",
"homepage": "trumpcss.com",
"repository": {
"type": "git",
"url": "[email protected]:reimertz/trumpcss.git"
},
"keywords": [
"trump",
"css",
"ignorant"
],
"author": "Piérre Reimertz",
"license": "MIT",
"devDependencies": {
"gulp-cached": "~1.0.1",
"gulp-clean": "~0.3.1",
"gulp-csslint": "~0.1.5",
"gulp-data": "^1.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "^1.1.0",
"gulp-jshint": "~1.8.4",
"gulp-live-server": "0.0.29",
"gulp-load-plugins": "~0.5.3",
"gulp-markdown": "~0.2.0",
"gulp-minify-css": "~0.3.7",
"gulp-notify": "~1.4.2",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-swig": "^0.7.2",
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0",
"jshint-stylish": "~0.4.0",
"lazypipe": "~0.2.2",
"opn": "~1.0.0",
"require-dir": "^0.1.0",
"sass": "~0.5.0"
}
}