forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 981 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
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.2.1",
"description": "This directive allows you to add a datetime-picker to your form elements.",
"author": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors",
"license": "MIT",
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
"main": "src/js/datetimepicker.js",
"dependencies": {},
"devDependencies": {
"bower": "latest",
"grunt": "0.4.1",
"grunt-cli": "0.1.10",
"grunt-contrib-jshint": "0.6.4",
"grunt-istanbul-coverage": "0.0.2",
"grunt-karma": "0.6.2",
"karma-coverage" : "0.1.0",
"matchdep": "0.1.2"
},
"scripts": {
"test": "grunt --verbose",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
}
}