-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
50
51
{
"name": "svg-filters",
"version": "2.0.0",
"description": "Drag and drop SVG Filters",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jorgeatgu/SVG-FILTERS.git"
},
"keywords": [
"SVG",
"Filters",
"HTML5"
],
"author": {
"name": "Jorge Aznar",
"email": "[email protected]",
"url": "http://jorgeatgu.com",
"twitter": "http://twitter.com/jorgeatgu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jorgeatgu/SVG-FILTERS/issues"
},
"homepage": "http://jorgeatgu.github.io/svg-filters/",
"devDependencies": {
"autoprefixer": "^6.1.2",
"cssnano": "^3.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clone": "^1.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-newer": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"imagemin-pngquant": "^4.2.0",
"postcss-import": "^7.1.3",
"postcss-nested": "^1.0.0",
"postcss-pxtorem": "^3.1.1",
"postcss-reporter": "^1.3.0",
"postcss-short-color": "^1.0.0",
"postcss-simple-vars": "^1.1.0",
"postcss-sorting": "^1.1.0",
"stylelint": "^3.1.3"
}
}