forked from mishguruorg/angular-timezone-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.04 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
{
"name": "angular-timezone-selector-us",
"version": "1.0.1",
"description": "AngularJS timezone select for US",
"main": "dist/angular-timezone-selector.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dangeruponu/angular-country-selector-us.git"
},
"keywords": [
"angular",
"timezone",
"select"
],
"author": "Ashok Fernandez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangeruponu/angular-country-selector/issues"
},
"homepage": "https://github.com/dangeruponu/angular-timezone-selector",
"devDependencies": {
"lodash": "latest",
"uglify-js": "latest",
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-string-replace": "~1.0.0",
"csv": "^0.4.1",
"csv-load-sync": "0.0.3"
},
"dependencies": {
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1"
}
}