-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "ng-eternicode-datepicker",
"version": "0.1.3",
"description": "Angular wrapper for the awesome bootstrap-datepicker by @eternicode",
"main": "./dist/ng-datepicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkammer/ng-eternicode-datepicker.git"
},
"keywords": [
"angular",
"datepicker",
"bootstrap",
"eternicode"
],
"author": "Frederik Kammer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fkammer/ng-eternicode-datepicker/issues"
},
"homepage": "https://fkammer.github.io/ng-eternicode-datepicker/",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"angular": ">=1 <2",
"bootstrap-datepicker": "1.6.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}