forked from alenaksu/mdPickers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 906 Bytes
/
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
{
"name": "mdPickers",
"version": "0.7.14",
"description": "Fork of alenaksu/mdPickers: Material Design date/time pickers for Angular Material",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/simonered/mdPickers"
},
"keywords": [
"material",
"design",
"angular",
"date",
"picker"
],
"author": "simonered",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonered/mdPickers/issues"
},
"homepage": "https://github.com/simonered/mdPickers",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.4.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"gulp-wrap": "^0.13.0"
}
}