-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1021 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
36
37
38
39
{
"name": "PowerStart",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.10.1",
"del": "^2.2.0",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-connect-php": "0.0.7",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.3",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.4.2",
"gulp-zip": "^3.0.2",
"shipit": "^0.7.4",
"shipit-composer": "0.0.5",
"shipit-deploy": "^2.0.0",
"shipit-npm": "^0.2.0",
"yargs": "^3.31.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottercrew/PowerStart.git"
},
"author": "OtterCrew",
"license": "MIT ",
"homepage": "https://github.com/ottercrew/PowerStart#readme"
}