forked from nverba/pikaday-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "pikaday-angular",
"version": "2.0.0",
"description": "an AngularJS directive wraper that aims to make using Pikaday with Angular as simple as possible.",
"main": "pikaday-angular.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nverba/angular-pikaday.git"
},
"keywords": [
"angular",
"angularjs",
"ng",
"pikaday",
"date",
"picker",
"datepicker"
],
"author": "nverba <distantstate@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nverba/angular-pikaday/issues"
},
"homepage": "https://github.com/nverba/angular-pikaday",
"dependencies": {
"angular": "^1.3.15",
"pikaday": "git://github.com/propellerads/Pikaday.git#custom-current-date"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"chai": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.1"
}
}