Skip to content

Commit ebd1cbe

Browse files
committed
Merge pull request #15 from p60/master
Add package.json
2 parents 450d502 + 99acfe3 commit ebd1cbe

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)