forked from OctopusDeploy/Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.53 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
93
94
95
96
97
98
99
100
{
"name": "octopus-library",
"version": "2.0.0",
"description": "The site that powers library.octopus.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",
"frameguard": "^3.0.0",
"history": "^2.1.0",
"isomorphic-dompurify": "^0.6.0",
"marked": "^2.0.0",
"moment": "^2.13.0",
"node-uuid": "^1.4.7",
"normalize.css": "^4.1.1",
"prop-types": "^15.6.0",
"pug": "^3.0.2",
"react": "^15.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-disqus-thread": "^0.4.0",
"react-dom": "^15.0.1",
"react-router": "^2.3.0",
"react-syntax-highlighter": "^15.4.3",
"underscore": "^1.12.1"
},
"devDependencies": {
"babelify": "^8.0.0",
"browser-sync": "^2.26.14",
"browserify": "^14.5.0",
"cssnano": "^4.1.11",
"del": "^3.0.0",
"envify": "^4.1.0",
"eslint-plugin-react": "^7.4.0",
"event-stream": "3.3.4",
"fancy-log": "^1.3.3",
"glob": "^7.0.3",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.0",
"gulp-bump": "^3.1.3",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^4.0.0",
"gulp-expect-file": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-inject": "^5.0.2",
"gulp-insert": "^0.5.0",
"gulp-jasmine": "^4.0.0",
"gulp-jsonlint": "^1.3.0",
"gulp-live-server": "0.0.31",
"gulp-load-plugins": "^1.6.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"jasmine-reporters": "^2.4.0",
"jasmine-terminal-reporter": "^1.0.3",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^16.0.3"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"start": "gulp watch"
},
"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": "support@octopus.com"
},
"homepage": "https://library.octopus.com",
"keywords": [
"Octopus",
"Deploy",
"Library",
"Community",
"Step",
"Templates"
]
}