-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "laravel-elixir-postcss",
"version": "0.5.0",
"description": "Laravel Elixir PostCSS Extension",
"main": "index.js",
"scripts": {
"eslint": "./node_modules/.bin/eslint '*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"gulp",
"gulp-postcss",
"postcss",
"laravel-elixir-postcss"
],
"repository": {
"type": "git",
"url": "https://github.com/tureki/laravel-elixir-postcss"
},
"homepage": "https://github.com/tureki/laravel-elixir-postcss",
"author": {
"name": "tureki"
},
"license": "MIT",
"dependencies": {
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-util": "^3.0.6",
"underscore": "^1.8.3"
},
"bugs": {
"url": "https://github.com/tureki/laravel-elixir-postcss/issues"
},
"maintainers": [
{
"name": "tureki",
"email": "tureki@me.com"
}
],
"devDependencies": {
"eslint": "^3.12.2"
}
}