-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 917 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": "potions",
"version": "0.2.1",
"description": "Minimal Gulp wrapper.",
"main": "index.js",
"homepage": "https://github.com/johnRivs/potions",
"repository": {
"type": "git",
"url": "https://github.com/johnRivs/potions"
},
"engines": {
"node": ">4.8.0"
},
"keywords": [
"potions",
"gulp",
"wrapper",
"laravel-elixir"
],
"person": "John Rivs <[email protected]> (https://johnrivs.com)",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8"
},
"devDependencies": {
"gulp-better-rollup": "^1.0.2",
"gulp-uglify": "^2.1.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.1.0"
}
}