-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.56 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
{
"name": "phasher",
"version": "2.3.0",
"author": "Drew Foehn <drew@pixelburn.net>",
"description": "A password hasher, with HTML5 storage. Based on the original Chrome extention Password Hasher plus. \nBuilt with the Ionic framework, Angular, Lawnchair, Require.js, JQuery and lodash",
"copyright": "Copyright Drew Foehn (2014). All rights reserved. Portions based upon Password Hasher by Steve Cooper (2006).\nOther portions Copyright, Paul Johnston, Greg Holt, Andrew Kepert, Ydnar, Lostinet (2000-2001) and distributed under the BSD License See http://pajhome.org.uk/crypt/md5 for more details. Ionic is licensed under the MIT Open Source license.",
"repository": {
"type": "git",
"url": "https://github.com/pixeldrew/password-hasher.git"
},
"main": "index.html",
"license": "MIT",
"devDependencies": {
"gulp": "^3.5.6",
"gulp-bump": "^0.1.8",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-insert": "^0.3.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.2.0",
"gulp-requirejs": "git://github.com/RobinThrift/gulp-requirejs.git#6fb08d427dda7463a07b25be3fc931f58e660b54",
"gulp-sass": "^0.7.1",
"gulp-uglify": "^0.2.1",
"run-sequence": "^0.3.6",
"semver": "^2.2.1"
},
"bugs": {
"url": "https://github.com/pixeldrew/password-hasher/issues"
},
"homepage": "https://github.com/pixeldrew/password-hasher",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"password",
"hashing",
"crypto"
]
}