-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 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
{
"name": "gulp-backender",
"version": "0.0.5",
"description": "gulp plugin to test and mock backend server",
"main": "gulpfile.js",
"license": "MIT",
"scripts": {
"test": "mocha -R spec test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getbackender/backender.git"
},
"keywords": [
"gulp",
"npm"
],
"engines": {
"node": ">=0.10.0"
},
"author": "sam <contactsamie@gmail.com> ",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/getbackender/backender/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/getbackender/backender/issues"
},
"homepage": "https://github.com/getbackender/backender#readme",
"dependencies": {
"app-module-path": "^1.1.0",
"ava": "^0.14.0",
"backender-testbuilder": "0.0.8",
"chai": "^3.4.1",
"copy-dir": "0.0.8",
"dalek-browser-chrome": "0.0.11",
"dalek-cli": "0.0.5",
"dalek-reporter-html": "0.0.4",
"dalekjs": "0.0.9",
"gulp": "^3.9.1",
"gulp-connect": "^4.2.0",
"gulp-json-srv": "^0.2.0",
"gulp-util": "^3.0.7",
"list-directory-contents": "0.0.3",
"lodash": "^4.13.1",
"mocha": "^2.3.4",
"proxy-middleware": "^0.15.0",
"spawn-cmd": "0.0.2",
"through2": "^2.0.1",
"underscore": "^1.8.3",
"xo": "^0.14.0"
}
}