forked from rootca-id/pkiwebsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.89 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
{
"name": "pkiwebsdk",
"version": "1.1.14",
"description": "PKI Web SDK",
"scripts": {
"pre-test": "cp ./scripts/list-stylesheets.js ./node_modules/list-stylesheets/index.js",
"test": "npm run pre-test && ./node_modules/.bin/gulp && ./node_modules/.bin/karma start --singleRun",
"cov": "./node_modules/.bin/karma start karma-cov.conf.js --singleRun",
"testWatch": "./node_modules/.bin/karma start",
"preparation": "cp scripts/list-stylesheets.js ./node_modules/list-stylesheets/index.js",
"build": "npm run preparation && ./node_modules/.bin/gulp",
"gendoc": "./node_modules/.bin/jsdoc --readme README.md src/* -d docs/api -t docs/templates/default",
"gendoc-minimalist": "./node_modules/.bin/jsdoc --readme README.md src/* -d docs/api -t docs/templates/minimalist"
},
"repository": {
"type": "git",
"url": "[email protected]:kodekreatif/kominfo-pki-websdk.git"
},
"main": "src/index.js",
"license": "GPL version 3",
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"gulp": "^4.0.2",
"gulp-html-to-js": "0.0.7",
"gulp-inline-css": "^3.4.0",
"gulp-minify": "3.1.0",
"gulp-rimraf": "^1.0.0",
"gulp-sync": "^0.1.4",
"jasmine-core": "^2.3.4",
"jsdoc": "^3.3.2",
"karma": "^0.13.8",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.2.2",
"karma-mocha-reporter": "^1.1.1",
"node.extend": "^1.1.5",
"vinyl": "^2.2.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"asn1js": "^1.2.2",
"async": "^1.4.2",
"browserify-istanbul": "^0.2.1",
"buffer": "^5.4.0",
"karma-coverage": "^0.5.0",
"pem-jwk-browser": "^2.0.0",
"pkijs": "^1.2.3",
"rsa-pem-to-jwk": "^1.1.3",
"simple-pem2jwk": "^0.2.4",
"uglipop": "^1.0.0"
},
"browserify-shim": {
"exports": "global:External"
}
}