-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 922 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": "easy-mock-ng-service-loader",
"version": "1.0.33",
"description": "a easy way to sync request services from easy-mock.com",
"main": "index.js",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supperdsj/easy-mock-service-loader.git"
},
"bin": {
"create-service": "createService.js"
},
"files": [
"config",
"lib",
"tsconfig.json"
],
"keywords": [
"request",
"angular",
"ng",
"service",
"easy-mock",
"mock"
],
"author": "supperdsj",
"license": "ISC",
"bugs": {
"url": "https://github.com/supperdsj/easy-mock-service-loader/issues"
},
"homepage": "https://github.com/supperdsj/easy-mock-service-loader#readme",
"devDependencies": {},
"dependencies": {
"@angular/common": "^5.2.9",
"@angular/core": "^5.2.9",
"rxjs": "^5.5.8",
"axios": "^0.18.0"
}
}