-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "angular-countries",
"version": "1.1.5",
"description": "Angular module to get country list with country ISO codes and dialing codes.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smikodanic/angular-countries.git"
},
"keywords": [
"countries",
"country",
"angular",
"ng",
"select tag",
"country list",
"angular countries",
"angular country",
"angular country list",
"angular country select",
"angular country datalist"
],
"author": "Sasa Mikodanic",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikodanic/angular-countries/issues"
},
"homepage": "https://github.com/smikodanic/angular-countries#readme",
"devDependencies": {
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-uglify": "^2.0.0",
"rimraf": "^2.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}