-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "@isomorphic-git/pgp-plugin",
"version": "0.0.7",
"description": "An isomorphic-pgp plugin for isomorphic-git",
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"scripts": {
"test": "jest --testEnvironment=node && karma start --single-run",
"semantic-release": "semantic-release"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/isomorphic-git/pgp-plugin.git"
},
"keywords": [
"isomorphic-git-plugin"
],
"author": "William Hilton <[email protected]>",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/isomorphic-git/pgp-plugin/issues"
},
"homepage": "https://github.com/isomorphic-git/pgp-plugin#readme",
"dependencies": {
"@isomorphic-pgp/sign-and-verify": "^0.0.10",
"@isomorphic-pgp/util": "^0.0.6"
},
"devDependencies": {
"@semantic-release/exec": "3.3.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"crypto-random-string": "1.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"jest": "23.6.0",
"jest-junit": "5.2.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^3.0.5",
"puppeteer": "^1.10.0",
"semantic-release": "15.10.5",
"tweet-tweet": "1.0.4",
"webpack": "^4.26.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2"
}
}