forked from sidaudhi/angular-circular-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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-datetime-picker",
"version": "0.1.1",
"description": "A date time picker element directive with a circular interface for choosing time",
"scripts": {
"start": "gulp",
"test": "karma start"
},
"keywords": [
"angular",
"calendar",
"date picker",
"date",
"directive",
"time picker",
"time"
],
"author": "https://github.com/pmoelgaard",
"main": "dist/javascript/angular-datetime-picker.js",
"dependencies": {
"angular": "^1.4.9",
"moment": "^2.11.2"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-stylus": "^2.3.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"nib": "^1.1.0",
"phantomjs-prebuilt": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/nexoes/angular-datetime-picker.git"
}
}