-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 894 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
{
"name": "ulster-app-frontend",
"version": "1.1.1",
"description": "Frontend template for Ulster University applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp install"
},
"repository": {
"type": "git",
"url": "https://github.com/knagurski/ulster-app-frontend.git"
},
"author": "Kevin Nagurski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/knagurski/ulster-app-frontend/issues"
},
"homepage": "https://github.com/knagurski/ulster-app-frontend",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "0.0.10",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-sequence": "^0.3.2",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.0.4"
}
}