This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ng2-clipboard",
"version": "1.0.35",
"description": "angular2 clipboard directives",
"main": "bundles/ng2-clipboard.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gforceg/ng2-clipboard.git"
},
"keywords": [
"ng2",
"copy",
"paste",
"clipboard"
],
"author": "Greg Hedin",
"license": "ISC",
"bugs": {
"url": "https://github.com/gforceg/ng2-clipboard/issues"
},
"homepage": "https://github.com/gforceg/ng2-clipboard#readme",
"dependencies": {
"ng2-font-awesome": "^1.0.31",
"ts-clipboard": "1.0.14"
},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"rxjs": "^5.0.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@types/node": "^6.0.45",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.2.2",
"gulp-inline-ng2-template": "^3.0.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-todo": "^5.0.0",
"gulp-typescript": "^3.0.2",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"rxjs": "^5.0.1",
"systemjs-builder": "^0.15.33",
"tslint": "^3.15.1",
"typescript": "^2.2.2",
"zone.js": "^0.8.4"
}
}