forked from monterail/angular-mighty-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "angular-mighty-datepicker-with-out-of-month",
"version": "0.1.5",
"authors": [
"Jesús González Jaén <[email protected]>",
"Krzysztof Jung <[email protected]>",
"Patryk Peas <[email protected]>",
"Kamil Nicieja <[email protected]>",
"Bartosz Erbert <[email protected]>"
],
"repository": "git://github.com/atSistemas/angular-mighty-datepickerr.git",
"description": "Angular based datepicker with mighty options",
"main": "build/angular-mighty-datepicker.js",
"devDependencies": {
"beepbeep": "^1.2.0",
"gulp": "~3.8.10",
"gulp-bower": "0.0.4",
"gulp-changed": "~0.3.0",
"gulp-clean": "~0.2.4",
"gulp-coffee": "~1.4.2",
"gulp-coffeelint": "^0.3.3",
"gulp-connect": "~2.0.5",
"gulp-less": "~1.2.3",
"gulp-plumber": "^0.6.3",
"gulp-slim": "0.0.4",
"gulp-util": "^2.2.17",
"gulp-watch": "~0.6.4"
},
"keywords": [
"angular",
"date",
"picker",
"datepicker"
],
"license": "MIT",
"homepage": "https://github.com/atSistemas/angular-mighty-datepicker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}