-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "angular2-semantic-ui",
"version": "2.0.9",
"description": "Angular2 Directives for Semantic UI",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lon-yang/angular2-semantic-ui.git"
},
"keywords": [
"angular2",
"semantic",
"ui",
"semantic-ui"
],
"author": "Lon.L.Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/lon-yang/angular2-semantic-ui/issues"
},
"homepage": "https://github.com/lon-yang/angular2-semantic-ui#readme",
"peerDependencies": {
"@angular/animations": "^4.3.1",
"@angular/common": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"rxjs": "^5.4.2"
},
"devDependencies": {
"@angular/animations": "^4.3.1",
"@angular/common": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"rxjs": "^5.4.2"
}
}