forked from oliversalzburg/angular-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 925 Bytes
/
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
{
"author": {
"name": "Geta AS",
"url": "http://geta.no/"
},
"contributors": [
"Dzulqarnain Nasir <dzul@geta.no>"
],
"name": "angular-timepicker",
"version": "1.0.11",
"main": "dist/angular-timepicker.js",
"homepage": "https://github.com/Geta/angular-timepicker",
"license": "MIT",
"bugs": "https://github.com/Geta/angular-timepicker/issues",
"repository": {
"type": "git",
"url": "git@github.com:Geta/angular-timepicker.git"
},
"dependencies": {
"angular": "^1.6.4",
"angular-dateParser": "^1.1.0",
"angular-ui-bootstrap": "^2.5.0"
},
"devDependencies": {
"angular-mocks": "^1.6.4",
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-karma": "^2.0.0",
"jquery": "^2.2.3",
"karma": "^1.6.0"
},
"scripts": {
"test": "karma start",
"build": "grunt build"
}
}