-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "angular2-easy-forms",
"version": "0.3.0",
"description": "An Angular 2 library for simplification of form creation and validation.",
"repository": {
"type": "git",
"url": "git+https://github.com/flauc/angular2-easy-forms.git"
},
"keywords": [
"Angular 2",
"Angular",
"ng2",
"Library",
"Form",
"Easy Form"
],
"author": "filip.lauc93@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/flauc/angular2-easy-forms/issues"
},
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/forms": "^2.0.0",
"rxjs": "5.0.0-beta.12"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"browser-sync": "^2.14.0",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-delete-lines": "0.0.7",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.2",
"typings": "^1.3.3",
"zone.js": "^0.6.23"
},
"main": "./component.js",
"typings": "./components.d.ts"
}