We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 450d502 + 99acfe3 commit ebd1cbeCopy full SHA for ebd1cbe
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "angular-zeroclipboard",
3
+ "version": "0.5.0",
4
+ "description": "Angular Wrapper for ZeroClipboard",
5
+ "main": "src/angular-zeroclipboard.js",
6
+ "keywords": [
7
+ "angular",
8
+ "zeroclipboard"
9
+ ],
10
+ "contributors":[
11
+ "Leigh Zhu",
12
+ "Stan Bondi"
13
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/lisposter/angular-zeroclipboard.git"
17
+ },
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/lisposter/angular-zeroclipboard/issues"
21
22
+ "homepage": "https://github.com/lisposter/angular-zeroclipboard#readme"
23
+}
0 commit comments