-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.34 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
54
55
56
57
58
59
{
"name": "origami",
"description": "Origami: a fancy ghost theme",
"demo": "https://blog.khinenw.tk",
"version": "2.0.1-beta",
"engines": {
"ghost": ">=0.9.0 <1.0.0"
},
"scripts": {
"dev": "webpack --watch",
"build": "webpack"
},
"license": "MIT",
"author": {
"name": "Khinenw",
"email": "deu07115@gmail.com"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/if-Team/origami.git"
},
"bugs": "https://github.com/if-Team/origami/issues",
"contributors": "https://github.com/if-Team/origami/graphs/contributors",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"vue-loader": "^10.3.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"clipboard": "^1.6.0",
"downsize": "0.0.8",
"fitvids": "^2.0.0",
"mdi": "^1.8.36",
"prismjs": "1.6.0",
"vue": "^2.1.10",
"whatwg-fetch": "^2.0.2"
}
}