-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "mn-date",
"version": "0.0.4",
"description": "a input date, with minimalist design",
"main": "dist/mn-date.js",
"files": [
"dist"
],
"scripts": {
"start": "scripts/start.sh",
"bundle": "scripts/bundle.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minimalist",
"webcomponent",
"date"
],
"author": "Darlan Mendonça <[email protected]> (https://github.com/darlanmendonca)",
"homepage": "https://minimalist-components.github.io/mn-date/",
"repository": {
"type": "git",
"url": "https://github.com/minimalist-components/mn-date.git"
},
"bugs": {
"url": "https://github.com/minimalist-components/mn-date/issues"
},
"license": "MIT",
"dependencies": {
"mn-input": "~0.0.6",
"open-color": "^1.4.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"bower-files": "^3.13.3",
"browser-sync": "^2.14.0",
"compression": "^1.6.2",
"eslint-config-mn-component": "^1.0.0",
"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-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.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"
}
}