forked from belen-albeza/breathe-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 687 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 687 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
{
"name": "breathe-theme",
"version": "1.0.1",
"description": "Minimalist theme for Ghost",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belen-albeza/breathe-theme.git"
},
"keywords": [
"ghost",
"theme",
"blog"
],
"author": "Belén \"Benko\" Albeza",
"license": "MIT",
"bugs": {
"url": "https://github.com/belen-albeza/breathe-theme/issues"
},
"homepage": "https://github.com/belen-albeza/breathe-theme#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2"
}
}