-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 937 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
{
"name": "develop-and-test",
"description": "Metaproject for testing and development",
"license": "Apache License 2.0",
"version": "2.0.2",
"homepage": "https://git.iondv.ru/ION-APP/develop-and-test",
"bugs": {
"url": "https://ion-dv.atlassian.net/projects/IONEXAMPLE/issues"
},
"repository": {
"type": "git",
"url": "https://git.iondv.ru/ION-APP/develop-and-test.git"
},
"engines": {
"ion": "3.0.5"
},
"scripts": {
"test": "mocha ./test/e2e/**/*.js"
},
"ionModulesDependencies": {
"registry": "3.0.5",
"geomap": "2.0.2",
"graph": "1.3.3",
"gantt-chart": "1.0.3",
"portal": "1.4.1",
"report": "2.0.2",
"ionadmin": "3.0.2",
"dashboard": "1.1.8",
"lk": "1.0.3",
"soap": "1.1.8",
"rest": "3.0.0"
},
"ionMetaDependencies": {
"viewlib": "0.12.3"
},
"dependencies": {},
"devDependencies": {
"request-promise-native": "^1.0.8"
}
}