forked from angular-ui/ui-date
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 984 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 984 Bytes
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
{
"name": "angular-ui-date",
"version": "0.0.10",
"description": "This directive allows you to add a date-picker to your form elements.",
"main": "src/date.js",
"scripts": {
"update": "bower update",
"test": "npm run update && grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/Nexxa/ui-date.git"
},
"author": "https://github.com/angular-ui/ui-date/graphs/contributors",
"license": "MIT",
"homepage": "http://angular-ui.github.com/ui-date",
"bugs": {
"url": "https://github.com/angular-ui/ui-date/issues"
},
"devDependencies": {
"bower": "^1.6.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-conventional-changelog": "^5.0.0",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"load-grunt-tasks": "^3.3.0"
}
}