-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 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
{
"name": "@hoist/events-pipeline",
"version": "3.0.1",
"description": "Hoist's events pipeline",
"main": "./lib/pipeline.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/hoist/hoist-events-pipeline.git"
},
"author": "Hoist Apps Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoist/hoist-events-pipeline/issues"
},
"homepage": "https://github.com/hoist/hoist-events-pipeline",
"devDependencies": {
"@hoist/context": "^1.0.1",
"babel": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"esdoc": "^0.4.6",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3",
"estraverse-fb": "^1.3.1",
"git-guppy": "^1.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jsdoc": "^0.1.5",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"guppy-cli": "^0.4.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"mocha-notifier-reporter": "^0.1.1",
"node-notifier": "^4.5.0",
"request-promise": "^2.0.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"@hoist/broker": "^2.0.3",
"@hoist/errors": "^2.0.1",
"@hoist/logger": "^1.1.0",
"@hoist/model": "^2.0.0",
"uuid": "^2.0.1"
}
}