-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "webbutveckling-1",
"version": "1.0.0",
"description": "Webbutveckling 1 (gymnasiekurs)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/webbutveckling-1.git"
},
"keywords": [
"node",
"git"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/username/webbutveckling-1/issues"
},
"homepage": "https://github.com/username/webbutveckling-1#readme",
"devDependencies": {
"browserslist": "^1.3.5",
"csscomb": "^3.1.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-csscomb": "^3.0.7",
"gulp-csslint": "^0.3.1",
"gulp-csslint-report": "^1.0.1",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-html-validator": "0.0.5",
"gulp-imagemin": "^3.0.2",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-w3c-css": "^1.0.1",
"map-stream": "0.0.6",
"yargs": "^4.8.1"
}
}