-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.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
{
"name": "connect-sequence",
"version": "2.1.1",
"description": "A node.js module to run connect-like middlewares in sequence",
"main": "index.js",
"scripts": {
"test": "gulp test",
"TDD": "gulp test 2> /dev/null; gulp watch",
"lint": "gulp lint --breakOnError",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirap-group/connect-sequence.git"
},
"keywords": [
"node",
"node.js",
"connect",
"middleware",
"express"
],
"author": "Rémi Becheras <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirap-group/connect-sequence/issues"
},
"homepage": "https://github.com/sirap-group/connect-sequence#readme",
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^1.1.3",
"del": "^2.2.2",
"fs-then-native": "^1.0.2",
"git-rev": "^0.2.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-git": "^1.12.0",
"gulp-mocha": "^3.0.1",
"gulp-shell": "^0.5.2",
"gulp-standard-bundle": "^0.2.6",
"jsdoc-to-markdown": "^2.0.1",
"yargs": "^6.5.0"
}
}