-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "angular-mn-password",
"version": "0.0.4",
"description": "An angular directive to mn-password",
"main": "dist/angular-mn-password.js",
"files": [
"dist"
],
"scripts": {
"start": "scripts/start.sh",
"bundle": "scripts/bundle.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minimalist",
"webcomponent",
"password",
"input",
"angular",
"directive"
],
"author": "Darlan Mendonça <[email protected]> (https://github.com/darlanmendonca)",
"license": "MIT",
"homepage": "https://minimalist-components.github.io/angular-mn-password/",
"repository": {
"type": "git",
"url": "https://github.com/minimalist-components/angular-angular-mn-password.git"
},
"bugs": {
"url": "https://github.com/minimalist-components/angular-angular-mn-password/issues"
},
"dependencies": {
"angular": "^1.6.1",
"mn-password": "~0.0.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.14.0",
"compression": "^1.6.2",
"eslint-config-angular-mn-component": "^0.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"mn-button": "^0.0.4",
"mn-form": "^0.0.1",
"mn-gh-page": "git+https://github.com/minimalist-components/gh-page.git",
"package-files": "^0.0.5",
"require-all": "^2.0.0"
}
}