-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 948 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 948 Bytes
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
{
"name": "angular-mailcheck",
"description": "Angular wrapper for Mailcheck.js",
"version": "0.2.0",
"private": false,
"homepage": "https://github.com/simison/angular-mailcheck",
"author": "Mikael Korpela <mikael@ihminen.org> (http://www.mikaelkorpela.fi/)",
"repository": {
"type": "git",
"url": "https://github.com/simison/angular-mailcheck.git"
},
"bugs": {
"url": "https://github.com/simison/angular-mailcheck/issues"
},
"tags": [
"angularjs",
"javascript",
"directive",
"email",
"validator",
"interface",
"UX",
"UI",
"mailcheck"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "angular-mailcheck.js",
"peerDependency": {
"angular": "1.x"
},
"dependencies": {
"mailcheck": "1.1.x"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~3.0.0"
},
"license": "MIT"
}