-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "imethod-key-store",
"version": "1.0.0",
"description": "",
"private": true,
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron . --debug",
"lint": "standard",
"test": "mocha tests && npm run lint",
"pack-mac": "electron-packager . --asar --overwrite --platform=darwin --arch=x64 --icon=assets/app-icon/mac/app.icns --prune=true --out=out",
"package": "npm run pack-mac"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"devtron": "^1.3.0",
"electron": "^1.3.5",
"electron-packager": "^7.0.1",
"electron-windows-store": "^0.3.0",
"electron-winstaller": "^2.2.0",
"mocha": "^2.3.4",
"request": "^2.70.0",
"rimraf": "^2.5.2",
"signcode": "^0.4.0",
"spectron": "~3.2.6",
"standard": "^6.0.8"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-messages": "^1.5.8",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"bcryptjs": "^2.3.0",
"electron-json-storage": "^2.0.0",
"electron-shortcut-normalizer": "^1.0.0",
"glob": "^7.1.0",
"jsonwebtoken": "^7.1.9",
"nedb": "^1.8.0",
"ngstorage": "^0.3.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imethod/imethod-keyStore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imethod/imethod-keyStore/issues"
},
"homepage": "https://github.com/imethod/imethod-keyStore#readme"
}