forked from JeffreyWay/laravel-elixir-stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 776 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
{
"name": "laravel-elixir-stylus",
"version": "0.2.10",
"description": "Laravel Elixir Stylus Extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"stylus",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/JeffreyWay/laravel-elixir-stylus"
},
"author": "Jeffrey Way",
"license": "MIT",
"homepage": "https://github.com/JeffreyWay/laravel-elixir-stylus",
"bugs": {
"url": "https://github.com/JeffreyWay/laravel-elixir-stylus/issues"
},
"dependencies": {
"gulp-autoprefixer": "^1.0.1",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^0.3.10",
"gulp-notify": "^2.0.0",
"gulp-stylus": "^1.3.3"
}
}