-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.7 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
52
53
54
55
{
"name": "web-dk",
"version": "1.0.0",
"description": "Gulp based front-end web development file-structure template. PostCSS with distribution minification, JS validation and distribution minification and graphic asset optimization.",
"main": "./",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/udyux/WebDK.git"
},
"author": "Nicolas Udy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/udyux/WebDK/issues"
},
"homepage": "https://github.com/udyux/WebDK#readme",
"devDependencies": {
"autoprefixer": "^6.1.1",
"browser-sync": "^2.11.0",
"css-mqpacker": "4.0.0",
"cssnano": "3.3.2",
"glob": "6.0.1",
"gulp": "^3.9.0",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-include": "2.1.0",
"gulp-inject-string": "1.1.0",
"gulp-jshint": "2.0.0",
"gulp-plumber": "1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.1",
"gulp-svg-sprite": "1.2.19",
"gulp-uglify": "1.5.1",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0",
"postcss-alias": "0.2.2",
"postcss-alias-atrules": "0.0.0",
"postcss-color-alpha": "1.0.1",
"postcss-conditionals": "2.0.0",
"postcss-custom-media": "5.0.1",
"postcss-custom-selectors": "3.0.0",
"postcss-define-property": "https://github.com/udyux/postcss-define-property.git",
"postcss-fakeid": "1.0.2",
"postcss-import": "7.1.3",
"postcss-nested": "1.0.0",
"postcss-position-alt": "0.1.0",
"postcss-pseudo-content-insert": "0.3.0",
"postcss-pxtorem": "3.1.0",
"postcss-triangle": "1.0.1",
"tinify": "1.1.1"
}
}