-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.17 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "overlord",
"version": "1.0.0",
"description": "Hoist's Infrastructure Management Portal",
"main": "server.js",
"scripts": {
"test": "gulp test",
"postdeploy": "npm install && gulp postdeploy"
},
"repository": {
"type": "git",
"url": "https://github.com/hoist/overlord.git"
},
"author": "Hoist Apps Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoist/overlord/issues"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"jsx",
"json",
"js"
]
},
"homepage": "https://github.com/hoist/overlord",
"devDependencies": {
"atom-ui-reporter": "0.0.1",
"babel-eslint": "^3.1.8",
"babel-jest": "^5.2.0",
"bootstrap-sass": "^3.3.4",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"cheerio": "^0.19.0",
"del": "^1.2.0",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.3.0",
"globby": "^2.0.0",
"gulp": "^3.8.11",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^0.13.0",
"gulp-gzip": "^1.1.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-istanbul": "^0.9.0",
"gulp-jest": "^0.4.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.1",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^4.0.0",
"gulp-rev-replace": "^0.4.1",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"imagemin-pngquant": "^4.0.0",
"isparta": "^3.0.3",
"mocha": "^2.2.5",
"mocha-notifier-reporter": "^0.1.1",
"node-notifier": "^4.2.1",
"node-reset-scss": "^1.0.1",
"open": "0.0.5",
"require-dir": "^0.3.0",
"rev-del": "^1.0.4",
"run-sequence": "^1.1.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"sprity": "^1.0.2",
"sprity-sass": "^1.0.2",
"through2": "^0.6.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {
"@hoist/logger": "^1.0.0",
"@hoist/model": "^1.1.0",
"agenda": "^0.6.26",
"amqplib": "^0.3.1",
"aws-sdk": "^2.1.8",
"babel": "^5.2.16",
"babel-core": "^5.4.4",
"babelify": "^6.0.2",
"bcrypt": "^0.8.3",
"bluebird": "^2.9.5",
"boom": "^2.7.2",
"browserify": "^10.1.1",
"chef": "^0.3.0",
"classnames": "^2.1.2",
"config": "^1.13.0",
"fleetctl": "^1.0.0",
"glob": "^5.0.3",
"handlebars": "^3.0.3",
"hapi": "^8.4.0",
"hapi-auth-bearer-token": "^3.1.1",
"hapi-auth-cookie": "^2.2.0",
"hapi-bunyan": "^0.6.0",
"isomorphic-fetch": "^2.1.0",
"lodash": "^3.0.1",
"mkdirp": "^0.5.0",
"moment": "^2.9.0",
"mongoose": "^4.0.0",
"mongoose-slug": "^1.3.1",
"mongoose-timestamp": "^0.4.0",
"mongoose-validator": "^1.0.3",
"poop": "^1.2.5",
"random-token": "0.0.8",
"react": "^0.13.1",
"react-transmit": "^2.6.1",
"request-promise": "^0.4.0",
"semver-utils": "^1.1.0",
"stream-to-promise": "^1.0.4",
"systemjs": "^0.17.0",
"throat": "^2.0.2",
"validator": "^3.39.0"
}
}