-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "mockery",
"author": "Brian Kimball <[email protected]>",
"version": "0.1.3",
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-babel": "^4.0.0",
"gulp-jshint": "^1.9.0",
"karma": "^0.12.28",
"karma-mocha-reporter": "^0.3.2",
"karma-babel-preprocessor": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.2",
"run-sequence": "^1.0.2",
"object.assign": "^1.0.3"
},
"description": "An attempt at creating a mock backend specifically for e2e and unit testing framework",
"main": "dist/Mockery.js",
"dependencies": {
"del": "^1.1.1",
"gulp-babel": "^4.0.1",
"gulp-jshint": "^1.10.0",
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-babel-preprocessor": "^4.0.1",
"gulp": "^3.8.11",
"object.assign": "^1.1.1",
"run-sequence": "^1.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-mocha-reporter": "^0.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvkimball/mockery.git"
},
"keywords": [
"Mock",
"Http",
"Rest",
"API",
"Sandbox"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bvkimball/mockery/issues"
},
"homepage": "https://github.com/bvkimball/mockery#readme"
}