-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
42 lines (42 loc) · 1014 Bytes
/
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
{
"name": "angular-mocks-async",
"description": "AngularJS module to mock async HTTP",
"version": "1.0.3",
"author": "Assaf Moldavsky",
"repository": "https://github.com/amoldavsky/angular-mocks-async",
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"mock",
"mocks",
"http",
"ngMockE2E",
"ngMock",
"async"
],
"scripts": {
"karma": "./node_modules/karma/bin/karma start",
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js"
},
"dependencies": {},
"devDependencies": {
"karma": "^1.3.0 ",
"gulp": "^3.9.1",
"gulp-cli": "1.2.2",
"gulp-karma-runner": "1.2.0",
"node-minify": "^2.0.2",
"mocha": "^3.1.2",
"chai": "^3.5.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-spec-reporter": "^0.0.26",
"karma-coverage": "^1.1.1",
"codecov.io": "^0.1.6"
},
"engines": {
"node": ">= 7.10.0",
"npm": "4.1.2"
}
}