forked from PatrickJS/angular-password
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "angular-password",
"version": "1.0.1",
"description": "The most performant AngularJS directive for matching two password input fields ",
"main": "angular-password.js",
"keywords": [
"angular",
"angularjs",
"password",
"match password",
"confirm password",
"passwords",
"angular-password",
"ngPassword",
"gdi2290",
"PatrickJS"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdi2290/angular-password.git"
},
"author": "gdi2290 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdi2290/angular-password/issues"
},
"homepage": "https://github.com/gdi2290/angular-password",
"dependencies": {
"angular": "^1.5.5",
"angular-mocks": "^1.5.5",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"phantomjs-prebuilt": "^2.1.7"
}
}