-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 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
{
"name": "passenger-js",
"version": "0.7.3",
"description": "Passenger JS is a UI/UX helper tool that allows users to create passwords that meet the minimum requirements of a website or web application with greater ease. Multiple indicators help users to identify what is missing by providing direct instantaneous feedback as users type. UX research has show that there is a notable user frustration with user password creation. This tool helps to alleviate that frustration through numerous proven UX principles.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArtBlue/PassengerJS.git"
},
"keywords": [
"password",
"ux",
"ui"
],
"author": "Arthur Khachatryan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArtBlue/PassengerJS/issues"
},
"homepage": "https://github.com/ArtBlue/PassengerJS#readme",
"devDependencies": {
"chai": "^3.2.0",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"mocha": "^2.2.5",
"node-jsdom": "^3.1.5"
}
}