-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.87 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.87 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "angadi",
"version": "0.1.0",
"author.email": "muneef@aurut.com",
"description": "Angadi theme for Ghost",
"main": "index.js",
"author": "Muneef Hameed",
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Blog"
]
},
"keywords": [
"ghost",
"theme",
"aurut"
],
"repository": {
"type": "git",
"url": "https://github.com/byaurut/angadi.git"
},
"bugs": "https://github.com/byaurut/angadi/issues",
"contributors": "https://github.com/byaurut/angadi/graphs/contributors",
"devDependencies": {
"autoprefixer": "6.3.6",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.1",
"css-loader": "0.28.4",
"cssnano": "3.7.1",
"eslint-loader": "1.9.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"gulp": "3.9.1",
"gulp-livereload": "3.8.1",
"gulp-nodemon": "2.1.0",
"gulp-postcss": "6.1.1",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.8",
"html-loader": "0.5.0",
"image-webpack-loader": "3.3.1",
"node-sass": "4.5.3",
"postcss-color-function": "2.0.1",
"postcss-custom-properties": "5.0.1",
"postcss-easy-import": "1.0.1",
"postcss-loader": "2.0.6",
"sass-loader": "6.0.6",
"script-loader": "0.7.0",
"style-loader": "0.18.2",
"stylelint": "8.0.0",
"svgo": "0.7.2",
"svgo-loader": "1.2.1",
"url-loader": "0.5.9",
"webpack": "3.4.1"
},
"config": {
"posts_per_page": 25
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"css-modularscale": "1.1.1",
"lost": "8.2.0",
"postcss-import": "10.0.0",
"postcss-math": "0.0.8",
"postcss-mixins": "6.0.1",
"postcss-nested": "2.1.0",
"postcss-simple-vars": "4.0.0",
"postcss-utilities": "0.7.0"
}
}