-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "ut-permission",
"version": "5.5.7",
"description": "UT authorization module",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover",
"lint-js": "ut-lint-js .",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"test": "ut-test",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-permission.git"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"ut-tools": "^5.13.5"
},
"dependencies": {
"ut-template": "^5.5.0",
"lodash.assign": "4.2.0",
"lodash.defaults": "4.2.0",
"when": "3.7.7"
}
}