-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 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
42
43
44
45
46
{
"name": "angular2-countrypicker",
"version": "1.0.0",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/Paldom/angular2-countrypicker"
},
"author": {
"name": "Domonkos Pal",
"email": "public@dpal.hu"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Paldom/angular2-countrypicker/issues"
},
"main": "./dist/index.js",
"dependencies": {
"lodash": "^4.17.4",
"world-countries": "git+https://github.com/mledoze/countries.git"
},
"devDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"codelyzer": "^0.0.28",
"rxjs": "^5.0.1",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"zone.js": "0.7.2",
"@types/es6-shim": "^0.31.32",
"@types/protractor": "^4.0.0",
"@types/jasmine": "^2.5.40",
"@types/selenium-webdriver": "^2.53.39"
},
"engines": {
"node": ">=0.8.0"
}
}