-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 998 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 998 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
32
33
34
35
36
37
38
39
40
{
"name": "ghost-cover-theme",
"version": "1.0.0",
"description": "Make your cover of ghost blog fancy!",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelloWorld017/ghost-cover-theme.git"
},
"keywords": [
"ghost",
"svg"
],
"author": "Khinenw",
"license": "MIT",
"bugs": {
"url": "https://github.com/HelloWorld017/ghost-cover-theme/issues"
},
"homepage": "https://github.com/HelloWorld017/ghost-cover-theme#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}