forked from dollarshaveclub/postmate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 1.86 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.86 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
65
66
67
68
{
"name": "secure-postmate",
"version": "1.0.9",
"description": "A powerful, simple, promise-based, secure postMessage library",
"main": "build/secure-postmate.min.js",
"module": "src/secure-postmate.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "karma start karma.config.js --single-run --env build",
"test:watch": "karma start karma.config.js",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "6.24.1",
"chai": "^4.1.1",
"electron": "^1.7.5",
"es6-promise": "^4.1.1",
"eslint": "^4.4.1",
"eslint-loader": "^1.9.0",
"imports-loader": "^0.7.1",
"karma": "^1.7.0",
"karma-electron-launcher": "^0.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sauce-launcher": "^1.1.0",
"karma-webpack": "^2.0.4",
"mocha": "^4.0.1",
"optimize-js-plugin": "0.0.4",
"webpack": "^3.5.2",
"webpack-bundle-analyzer": "^2.9.0",
"yargs": "^9.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/regily/secure-postmate.git"
},
"keywords": [
"postMessage",
"secure",
"encrypted",
"encryption",
"ecc",
"postmate",
"cross-window",
"communication"
],
"author": {
"name": "Marat Dyatko",
"email": "i@marat.by"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/regily/secure-postmate/issues"
},
"homepage": "https://github.com/regily/secure-postmate",
"dependencies": {
"json.date-extensions": "^1.2.2",
"sjcl": "^1.0.7"
}
}