-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 786 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
{
"name": "angular-form-components",
"version": "0.1.1",
"description": "normal form component(select/select2/datetimepicker/checkbox-group/radio-group/...) in angular4(>=2.0-release)",
"main": "index.ts",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/godbasin/angular-form-component.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"select2",
"datetimepicker",
"bootstrap-datetimepicker"
],
"author": "godbasin <wangbeishan@163.com> (https://github.com/godbasin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/godbasin/angular-form-component/issues"
},
"engines": {
"node": ">=4.2.4"
},
"homepage": "https://github.com/godbasin/angular-form-component#readme"
}