-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 978 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 978 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
{
"name": "refpress",
"title": "RefPress",
"version": "1.0.0",
"description": "Fork of the wporg-developer theme adapted for using outside developer.wordpress.org",
"homepage": "https://arthemes.org/",
"repository": {
"type": "git",
"url": "https://github.com/dikiyforester/RefPress.git"
},
"author": {
"name": "ArThemes",
"url": "https://arthemes.org/"
},
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^7.2.6",
"grunt": "^1.0.3",
"grunt-banner": "^0.6.0",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.0.0",
"grunt-fixindent": "^0.1.3",
"grunt-jsbeautifier": "^0.2.10",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-wp-i18n": "^1.0.3",
"node-bourbon": "^4.2.3"
}
}