-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 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
43
44
{
"name": "ng2-truncate-toggle",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"link": "npm link"
},
"main": "index.ts",
"author": "Ravi dhiman <[email protected]>",
"keywords": [
"angular4",
"angular",
"truncate",
"truncate toggle"
],
"repository": {
"type": "git",
"url": "https://github.com/ravid7000/ng2-truncate-toggle"
},
"bugs": {
"url": "https://github.com/ravid7000/ng2-truncate-toggle/issues"
},
"dependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"contributors": [
{
"name": "Ravi Dhiman",
"email": "[email protected]",
"url": "https://github.com/ravid7000"
}
]
}