forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.3.11",
"description": "This directive allows you to add a datetime-picker to your form elements.",
"author": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors",
"bugs": {
"url": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"
},
"license": "MIT",
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
"main": "src/js/datetimepicker.js",
"dependencies": {
"angular": "^1.3.14",
"bower": "latest",
"moment": "^2.8.4"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-bump": "0.0.16",
"grunt-complexity": "^0.2.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-istanbul-coverage": "^0.1.0",
"grunt-karma": "^0.9.0",
"gulp": "^3.8.11",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.9.0",
"gulp-plato": "^1.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.2",
"karma-threshold-reporter": "^0.1.12",
"matchdep": "^0.3.0",
"phantomjs": "^1.9.12",
"run-browser": "^2.0.2",
"tape": "^3.5.0"
},
"peerDependencies": {
"grunt-cli": "0.1.13"
},
"scripts": {
"test": "npm run test-browserify && grunt --verbose",
"test-browserify": "run-browser test-browserify.js -b",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
}
}