-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.99 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
{
"name": "staircase",
"version": "0.4.0",
"description": "Create portable & reusable sequences of functions.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeAllMedia/staircase.git"
},
"keywords": [
"action",
"step",
"flow",
"control",
"lambda",
"controller"
],
"contributors": [
{
"name": "mikemcmullan",
"email": "mike@mike-mcmullan.com"
}
],
"author": {
"name": "dcrockwell",
"email": "dcautomates@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FreeAllMedia/staircase/issues"
},
"homepage": "https://github.com/FreeAllMedia/staircase#readme",
"generatorVersion": "0.2.21",
"devDependencies": {
"babel": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.5.0",
"browserify": "^13.1.0",
"chai": "^3.0.0",
"compare-version": "^0.1.2",
"coveralls": "^2.11.2",
"eslint": "^3.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"json-stable-stringify": "^1.0.1",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-detect-browsers": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"mocha": "^3.0.2",
"phantomjs": "^2.1.7",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"stream-buffers": "^3.0.0",
"watchify": "^3.7.0"
},
"dependencies": {
"flowsync": "^0.1.12",
"incognito": "^0.1.4",
"mrt": "^0.4.6"
}
}