forked from sitture/terribletester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "terribletester",
"description": "Learnings of a Terrible Tester",
"version": "2.1.9",
"engines": {
"ghost": ">=1.2.0"
},
"license": "MIT",
"author": {
"name": "Terrible Tester",
"email": "hello@ghost.org",
"url": "https://terribletester.com/"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/sitture/terribletester.git"
},
"bugs": "https://github.com/sitture/terribletester/issues",
"contributors": "https://github.com/sitture/terribletester/graphs/contributors",
"devDependencies": {
"autoprefixer": "6.3.6",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-livereload": "^4.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-postcss": "^6.4.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.2.0",
"postcss-color-function": "^2.0.1",
"postcss-custom-properties": "^5.0.2",
"postcss-easy-import": "^3.0.0"
},
"config": {
"posts_per_page": 25
}
}