-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 819 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
{
"name": "angular-datepicker-light",
"version": "1.5.2",
"description": "AngularJS datepicker plugin",
"main": "angular-datepicker-light.js",
"homepage": "http://www.vickram.me/angular-datepicker-light",
"author": "Vickram Ravichandran (http://www.vickram.me)",
"license": "MIT",
"keywords": [
"angular",
"angularJS",
"datepicker",
"calendar",
"directive",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/vickramravichandran/angular-datepicker-light.git"
},
"bugs": {
"url": "https://github.com/vickramravichandran/angular-datepicker-light/issues "
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"angular": "^1.5.3",
"moment": "^2.12.0"
}
}