-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Liesegang/portfolio.git"
},
"author": "team3",
"license": "ISC",
"bugs": {
"url": "https://github.com/Liesegang/portfolio/issues"
},
"homepage": "https://github.com/Liesegang/portfolio#readme",
"devDependencies": {
"bower": "^1.8.0",
"bower-main": "^0.2.14",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bower": "0.0.13",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-dev-server": "^1.1.3",
"gulp-git": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^3.1.0",
"gulp-webserver": "^0.9.1",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2"
}
}