-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "ng2-validations",
"version": "1.0.0",
"author": "Joseph Rimar",
"description": "Dynamic validation service for Angular 2",
"license": "MIT",
"keywords": [
"angular2",
"angular 2",
"ng2",
"form validation",
"validations"
],
"main": "index.js",
"scripts": {
"build": "rm -rf lib && tsc -p src"
},
"dependencies": {
"@types/google-libphonenumber": "^7.4.10",
"rxjs": "5.0.0-beta.12",
"google-libphonenumber": "^2.0.9"
},
"devDependencies": {
"@angular/common": "~2.2.4",
"@angular/compiler": "~2.2.4",
"@angular/core": "~2.2.4",
"@angular/forms": "~2.2.1",
"@angular/http": "~2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "~2.2.1",
"@types/jasmine": "^2.5.38",
"concurrently": "^3.0.0",
"core-js": "^2.4.1",
"ie-shim": "^0.1.0",
"jasmine-core": "~2.4.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"moment": "^2.17.1",
"tslint": "^4.0.2",
"typescript": "^2.0.0",
"zone.js": "^0.6.25"
}
}