forked from progress/JSDO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@consultingwerk/smartcomponents-jsdo",
"version": "14.1.000",
"description": "The JSDO is a JavaScript implementation of the CDO Specification published by Progress Software Corporation.\r The JSDO is a free and open-source full-featured implementation that can be used in web, mobile web and hybrid mobile apps.",
"main": "lib/progress.all.min.js",
"files": [
"LICENSE",
"notice.txt",
"readme.md",
"lib/",
"typings/"
],
"scripts": {
"build": "gulp 'build all'",
"build:jsdo": "gulp 'build jsdo'",
"test": "npm run build:jsdo && mocha --recursive",
"test:smokes": "npm run build:jsdo && mocha test/smoke*.js",
"test:tc-smokes": "npm run build:jsdo && mocha test/smoke*.js --recursive --reporter mocha-teamcity-reporter",
"test:tc": "npm run build:jsdo && mocha --timeout 15000 --recursive --reporter mocha-teamcity-reporter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/progress/JSDO.git"
},
"keywords": [
"JSDO",
"Progress",
"node",
"NativeScript"
],
"author": "Progress Software",
"typings": "typings/progress.all.d.ts",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/progress/JSDO/issues"
},
"homepage": "https://github.com/progress/JSDO#readme",
"dependencies": {},
"peerDependencies": {},
"optionalDependencies": {},
"devDependencies": {
"@angular/core": "^6.0.4",
"base-64": "^0.1.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-typescript": "^4.0.2",
"node-localstorage": "^1.3.1",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"typescript": "^2.9.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"concat": "^1.0.3",
"eslint": "^5.7.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-teamcity-reporter": "^2.4.0",
"xmlhttprequest": "^1.8.0"
},
"resolutions": {
"graceful-fs": "4.2.3"
}
}