-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "mango-matrix",
"version": "2.0.3",
"description": "Quick access to Mango Matrix",
"main": "bin/matrix.js",
"types": "bin/matrix.d.ts",
"min": "bin/matrix.min.js",
"repository": "[email protected]:icemangotech/mango-matrix-sdk.git",
"license": "Apache-2.0",
"devDependencies": {
"@types/crypto-js": "^3.1.43",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wrap": "^0.15.0",
"gulp-zip": "^5.0.0",
"prettier": "^1.18.2",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-dts": "^1.1.5",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"jsencrypt": "https://github.com/icemangotech/jsencrypt.git"
}
}