-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.72 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.72 KB
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
{
"name": "@oracle/offline-persistence-toolkit",
"title": "Offline Persistence Toolkit",
"version": "1.5.7",
"description": "Offline Persistence Toolkit by Oracle Corp.",
"author": "oraclejet",
"license": "UPL-1.0",
"engines": {
"node": ">= 0.10.0"
},
"files": [
"dist/**/*.js",
"docs/"
],
"repository": {
"type": "git",
"url": "https://github.com/oracle/offline-persistence-toolkit"
},
"keywords": [
"offline",
"persistence",
"mobile"
],
"devDependencies": {
"chai": "^4.3.0",
"eslint-plugin-react": "^6.7.1",
"express": "^4.17.1",
"grunt": "~0.4.5",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^4.0.0",
"grunt-mocha": "^1.2.0",
"grunt-mocha-test": "^0.13.3",
"grunt-run-java": "^0.1.1",
"grunt-shell-spawn": "^0.4.0",
"grunt-string-replace": "^1.3.1",
"grunt-terser": "^2.0.0",
"gruntify-eslint": "^3.1.0",
"karma": "^6.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-applescript-launcher": "^0.1.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "~8.0.1",
"nyc": "^15.1.0",
"pouchdb-browser": "~7.2.2",
"sql-where-parser": "^2.2.1",
"terser": "^5.7.0"
},
"dependencies": {}
}