-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 870 Bytes
/
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
{
"name": "password-keeper",
"private": true,
"version": "0.0.0",
"description": "A password keeper.",
"main": "main.js",
"devDependencies": {
"bower": "^1.7.7",
"electron": "^1.6.11",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"protractor": "^4.0.9"
},
"scripts": {
"postinstall": "bower install",
"update-deps": "npm update",
"postupdate-deps": "bower update",
"start": "electron src\/app",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install"
},
"false": {},
"dependencies": {
"angular-animate": "^1.5.11",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"split": "^1.0.0",
"toastr": "^2.1.2"
}
}