This repository was archived by the owner on Jun 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 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
{
"name": "@passypw/passy",
"version": "2.0.4",
"description": "A password manager written in PHP to serve you over the internet.",
"main": "index.php",
"dependencies": {
"@passypw/wavesjs": "^2.0.0",
"bootstrap": "3.3.7",
"jquery": "^3.2.1"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"awesome-sass-easing": "^1.1.2",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"postcss-cli": "^4.1.1",
"postcss-csso": "^2.0.0",
"postcss-scss": "^1.0.2",
"pump": "^1.0.2"
},
"scripts": {
"install": "composer install"
},
"config": {
"unsafe-perm": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/PASSYpw/PASSY.git"
},
"keywords": [
"PASSY",
"password",
"manager"
],
"author": {
"name": "Scrumplex",
"email": "contact@scrumplex.net",
"url": "https://scrumplex.net"
},
"contributors": [
{
"name": "Liz3",
"email": "info@liz3.de",
"url": "https://liz3.de"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PASSYpw/PASSY/issues"
},
"homepage": "https://github.com/PASSYpw/PASSY#readme"
}