This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
forked from OctopusDeploy/Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.32 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "octopus-library",
"version": "2.0.0",
"description": "The site that powers library.octopusdeploy.com",
"main": "server/server.js",
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"compression": "^1.6.1",
"events": "^1.1.0",
"express": "^4.13.4",
"font-awesome": "^4.6.1",
"history": "^2.1.0",
"jade": "^1.11.0",
"marked": "^0.3.5",
"moment": "^2.13.0",
"node-uuid": "^1.4.7",
"normalize.css": "^4.1.1",
"react": "^15.0.1",
"react-copy-to-clipboard": "^4.1.0",
"react-disqus-thread": "^0.3.1",
"react-dom": "^15.0.1",
"react-router": "^2.3.0",
"react-syntax-highlighter": "^2.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babelify": "^7.3.0",
"browser-sync": "^2.12.5",
"browserify": "^13.0.0",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint-plugin-react": "^5.0.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-expect-file": "0.0.7",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^4.0.0",
"gulp-jade": "^1.1.0",
"gulp-live-server": "0.0.29",
"gulp-load-plugins": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "The Octopus Deploy team and contributors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/OctopusDeploy/Library.git"
},
"bugs": {
"url": "https://github.com/OctopusDeploy/Library/issues",
"email": "[email protected]"
},
"homepage": "http://library.octopusdeploy.com",
"keywords": [
"Octopus",
"Deploy",
"Library",
"Community",
"Step",
"Templates"
]
}