-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 731 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "WordPress-UIkit-Starter-Theme",
"version": "0.1.0",
"description": "A [WordPress](http://www.wordpress.org) starter theme for developers using the frontend framework [UIkit](http://www.getuikit.com).",
"main": "gulpfile.js",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.2",
"gulp-less": "^1.3.6",
"gulp-uglify": "^1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nstaeger/WordPress-UIkit-Starter-Theme.git"
},
"author": "nstaeger",
"license": "ISC",
"bugs": {
"url": "https://github.com/nstaeger/WordPress-UIkit-Starter-Theme/issues"
},
"homepage": "https://github.com/nstaeger/WordPress-UIkit-Starter-Theme"
}