-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 935 Bytes
/
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
{
"name": "myfossil",
"version": "0.0.1",
"description": "myFOSSIL WordPress + BuddyPress Theme",
"homepage": "https://github.com/usbmis/myfossil",
"repository": {
"type": "git",
"url": "https://github.com/usbmis/myfossil.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brandon Wood",
"license": "GNU General Public Licence 2.0",
"main": "index.js",
"private": true,
"dependencies": {
"gulp": "^3.8.0",
"gulp-autoprefixer": "0.0.6",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.3.0",
"gulp-concat": "^2.1.7",
"gulp-imagemin": "^0.1.5",
"gulp-jshint": "^1.4.2",
"gulp-livereload": "^1.5.0",
"gulp-load-plugins": "^0.3.0",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.1.0",
"gulp-sass": "^1.3.2",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.17",
"imagemin": "^2.1.2",
"tiny-lr": "0.0.5"
}
}