-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.04 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
{
"name": "hoist-connector-highrise",
"version": "1.0.0",
"description": "Hoist's Highrise Connector",
"main": "./lib/connector.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/hoist/hoist-connector-highrise.git"
},
"author": "Hoist Apps Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoist/hoist-connector-highrise/issues"
},
"devDependencies": {
"@hoist/model": "^2.0.0",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"esdoc": "^0.4.6",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"gulp": "^3.8.8",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"imports-loader": "^0.6.5",
"isparta": "^4.0.0",
"jshint": "^2.9.1",
"jshint-growl-reporter": "^1.0.0",
"jshint-stylish": "^2.1.0",
"kerberos": "0.0.19",
"mocha-notifier-reporter": "^0.1.1",
"node-notifier": "^4.5.0",
"node-sass": "^3.4.2",
"react": "^0.14.8",
"require-dir": "^0.3.0",
"resolve-url-loader": "^1.4.3",
"run-sequence": "^1.1.5",
"sass-loader": "^3.2.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"homepage": "https://github.com/hoist/hoist-connector-highrise",
"dependencies": {
"@hoist/errors": "^2.0.2",
"@hoist/logger": "^1.0.5",
"@hoist/oauth": "^2.0.0",
"bluebird": "^3.3.4",
"config": "^1.8.1",
"jsontoxml": "^0.0.11",
"lodash": "^4.6.1",
"moment": "^2.9.0",
"oauth": "^0.9.14",
"request": "^2.48.0",
"request-promise": "^2.0.1",
"xml2js": "^0.4.4"
}
}