forked from OctopusDeploy/Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "octopus-library",
"version": "1.0.0",
"description": "The site that powers library.octopusdeploy.com",
"main": "server.js",
"dependencies": {
"compression": "^1.6.0",
"express": "~4.13.3"
},
"devDependencies": {
"del": "^2.2.0",
"glimpse": "github:alfhenrik/glimpse",
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-data": "^1.2.1",
"gulp-filter": "~3.0.1",
"gulp-footer": "~1.0.5",
"gulp-header": "~1.7.1",
"gulp-inject": "~3.0.0",
"gulp-insert": "~0.5.0",
"gulp-jshint": "~2.0.0",
"gulp-minify-css": "~1.2.2",
"gulp-ng-html2js": "~0.2.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-source-url": "~0.1.2",
"gulp-uglify": "~1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OctopusDeploy/Library.git"
},
"author": "",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/OctopusDeploy/Library/issues"
}
}