-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 872 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 872 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
{
"name": "os-wp-starter",
"title": "WP Starter",
"description": "A starter theme for wordpress",
"version": "1.0.0",
"homepage": "http://github.com/ObjectiveSubject/os-wp-starter",
"repository": {
"type": "git",
"url": "http://github.com/ObjectiveSubject/os-wp-starter"
},
"author": {
"name": "Objective Subject",
"email": "[email protected]",
"url": "http://objectivesubject.com"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.3.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat-util": "^0.5.5",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"jshint": "^2.9.4"
},
"keywords": []
}