-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 966 Bytes
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
{
"name": "ngw-generic-forms",
"version": "2.1.2",
"description": "angular forms that can be generated from an object",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "ts-node ./src/index.ts",
"prepublishOnly": "tsc -p ./",
"testchanges":"npm run prepublishOnly && npm --prefix './example/' run reinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsasidhar/ngw-generic-forms.git"
},
"keywords": [
"anuglar2",
"forms"
],
"author": "Sasidhar Dwadasi <sasidhar.dwadasi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dsasidhar/ngw-generic-forms/issues"
},
"homepage": "https://github.com/dsasidhar/ngw-generic-forms#readme",
"peerDependencies": {
"@angular/common": "^4.0.2",
"@angular/core": "^4.0.2",
"@angular/forms": "^4.0.2",
"rxjs": "^5.3.0"
}
}