-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "ehri-document-blog-wordpress-theme",
"version": "1.0.5",
"description": "EHRI Document Blog Wordpress Theme",
"main": "index.js",
"scripts": {
"dist": "grunt package",
"watch": "grunt",
"postinstall": "grunt copy"
},
"engines": {
"npm": ">=2.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/EHRI/ehri-document-blog-wordpress-theme.git"
},
"keywords": [
"ehri",
"wordpress",
"theme",
"framework",
"bootstrap"
],
"author": "EHRI",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/EHRI/ehri-document-blog-wordpress-theme/issues"
},
"homepage": "https://github.com/EHRI/ehri-document-blog-wordpress-theme",
"dependencies": {
"bootstrap": "4.3.1",
"font-awesome": "^4.7.0",
"undescores-for-npm": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"node-sass": "^9.0.0"
}
}