forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
{
"name": "docs",
"version": "0.0.0",
"description": "SendGrid's Documentation",
"main": "public/index.html",
"dependencies": {
"bower": "~1.3.1"
},
"devDependencies": {
"browser-sync": "^2.9.11",
"del": "^0.1.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.0.2",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-jshint": "^1.8.5",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-recess": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-rev-collector": "^0.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^2.0.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/sendgrid/docs.git"
},
"keywords": [
"sendgrid",
"docs",
"documentation",
"jekyll"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sendgrid/docs/issues"
}
}