-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 905 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 905 Bytes
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
{
"name": "adxutil",
"version": "2.0.4",
"description": "Utilities tools for Askia Design eXtension",
"main": "./app/ADXUtilAPI.js",
"dependencies": {
"cli-color": "^0.2.3",
"commander": "^1.3.2",
"elementtree": "^0.1.7",
"jszip": "^2.6.1",
"ncp": "^2.0.0",
"node-zendesk": "^1.2.1",
"request": "^2.85.0",
"uuid": "^3.2.1"
},
"bin": {
"ADXUtil": "./app/ADXUtil.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AskiaADX/ADXUtil.git"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-shell": "^0.4.3",
"jasmine-node": "^1.14.5"
},
"scripts": {
"test": "jasmine-node spec/"
},
"keywords": [
"Askia",
"Design",
"Control",
"Extension",
"ADC",
"ADP",
"ADX"
],
"author": "Mamadou Sy <mamadou@askia.com>",
"license": "ISC"
}