forked from up1/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"author": "Codeship",
"homepage": "https://documentation.codeship.com",
"repository": {
"type": "git",
"url": "https://github.com/codeship/documentation.git"
},
"bugs": {
"url": "https://github.com/codeship/documentation/issues"
},
"license": "MIT",
"engines": {
"node": "^10.14.0",
"yarn": "^1.12.3"
},
"scripts": {
"check": "mdspell -rna --en-us '{,!(node_modules)/**/}*.md'",
"fix": "mdspell -na --en-us '{,!(node_modules)/**/}*.md'"
},
"dependencies": {
"autoprefixer": "^9.3.0",
"gulp": "^3.9.1",
"gulp-folders": "^1.1.0",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^4.1.0",
"gulp-jsonlint": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-print": "^5.0.0",
"markdown-spellcheck": "^1.3.1"
}
}