forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.3.12",
"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.9.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-bump": "^0.3.0",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.4",
"gulp-plato": "^1.0.2",
"jshint": "^2.6.0",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"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",
"lodash": "^3.5.0",
"matchdep": "^0.3.0",
"phantomjs": "^1.9.12",
"run-browser": "^2.0.2",
"tape": "^3.5.0"
},
"scripts": {
"test": "npm run test-browserify && gulp",
"test-browserify": "run-browser test/commonjs/browserify.test.js -b",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
}
}