-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
47
48
{
"name": "angular-password",
"version": "1.0.3",
"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"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"gulp": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.5",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"phantomjs-prebuilt": "^2.1.16"
}
}