-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 918 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 918 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
{
"name": "SandersForPresident",
"version": "1.0.0",
"description": "SandersForPresident reusable WordPress theme",
"main": "index.js",
"scripts": {
"build": "gulp build",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git@github.com:SandersForPresident/Wordpress.git"
},
"author": "Atticus White <contact@atticuswhite.com> (http://atticuswhite.com/)",
"license": "AGPL",
"bugs": {
"url": "https://github.com/SandersForPresident/Wordpress/issues"
},
"homepage": "https://github.com/SandersForPresident/Wordpress",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"minimist": "^1.1.1"
}
}