forked from benfen/angular-timezone-selector
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.14 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
43
44
45
46
47
{
"name": "angular-timezone-selector",
"version": "1.6.1",
"description": "AngularJS timezone selector",
"main": "dist/angular-timezone-selector.min.js",
"scripts": {
"test": "./node_modules/.bin/standard"
},
"repository": {
"type": "git",
"url": "git://github.com/mishguruorg/angular-country-selector.git"
},
"keywords": [
"angular",
"timezone",
"select"
],
"author": "Ashok Fernandez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mishguruorg/angular-country-selector/issues"
},
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
"devDependencies": {
"csv": "^0.4.1",
"csv-load-sync": "^1.0.0",
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-string-replace": "~1.0.0",
"lodash": "latest",
"standard": "^5.3.1",
"uglify-js": "latest"
},
"dependencies": {
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1"
},
"standard": {
"ignore": [
"bower_components/**",
"build/**",
"dist/**"
]
}
}