-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "jquery-pwd-measure",
"version": "1.0.6",
"description": "jQuery plugin to measure the strength of the password.",
"main": "jquery.pwdMeasure.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp test",
"demo": "gulp demo:watch",
"demo:build": "gulp demo:build"
},
"repository": {
"type": "git",
"url": "https://github.com/tsuyoshiwada/jquery-pwd-measure.git"
},
"keywords": [
"jquery",
"password",
"browser",
"utility"
],
"author": "tsuyoshiwada",
"license": "MIT",
"homepage": "https://github.com/tsuyoshiwada/jquery-pwd-measure",
"devDependencies": {
"coffee-script": "^1.9.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^0.6.6",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^2.0.1",
"marked": "^0.3.5",
"run-sequence": "^1.1.0"
},
"dependencies": {
"jquery": ">=1.7.2"
}
}