-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "wordpress-starter-theme",
"version": "0.0.1",
"description": "A barebones starter theme for wordpress theme developers",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DylanRothko/WordPress-Starter-Theme.git"
},
"keywords": [
"WordPress",
"CSS3",
"JQUERY",
"BOWER",
"NPM",
"GULP"
],
"author": "Dylan Gaines <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DylanRothko/WordPress-Starter-Theme/issues"
},
"homepage": "https://github.com/DylanRothko/WordPress-Starter-Theme#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-include": "^2.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"pump": "^1.0.1"
}
}