-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 916 Bytes
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
{
"name": "basekit2",
"version": "0.2.0",
"description": "Basic starting point",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.11"
},
"devDependencies": {
"cheerio": "^0.19.0",
"dss": "^1.0.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.5.2",
"gulp-dss": "^0.1.0",
"gulp-exit": "0.0.2",
"gulp-kss": "0.0.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.0",
"gulp-svgfallback": "^3.0.1",
"gulp-svgmin": "^1.1.1",
"gulp-svgstore": "^5.0.0",
"gulp-uglify": "^1.1.0",
"kss": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://root@cnj.de/projekte/basekit2.git"
},
"author": "Manuel Schulz",
"license": "ISC"
}