forked from Puigcerber/angular-country-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 775 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
{
"name": "angular-country-picker",
"version": "1.0.1",
"description": "AngularJS directive to generate a list of countries as options of the select element.",
"main": "country-picker.js",
"scripts": {
"build": "uglifyjs country-picker.js -o country-picker.min.js",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "http://github.com/Puigcerber/angular-country-picker"
},
"keywords": [
"AngularJS",
"directive",
"select",
"country picker"
],
"author": "Pablo Villoslada Puigcerber <pablo85@gmail.com>",
"license": "MIT",
"devDependencies": {
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"uglify-js": "^2.4.16"
}
}