forked from nihey/react-clipboard.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 Bytes
/
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
{
"name": "sunmi-clipboard",
"version": "2.0.2",
"description": "Clipboard.js wrapper for ReactJS",
"main": "dist/react-clipboard.js",
"browser": "dist/react-clipboard.js",
"types": "dist/react-clipboard.d.ts",
"scripts": {
"build": "npm run typescript",
"typescript": "npm i && tsc",
"watch": "tsc --watch",
"test": "tslint"
},
"keywords": [
"clipboard",
"react",
"react-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/briefguo/react-clipboard.js.git"
},
"bugs": {
"url": "https://github.com/briefguo/react-clipboard.js/issues"
},
"author": "Yongjie Guo <[email protected]>",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.0"
},
"devDependencies": {
"@types/clipboard": "^2.0.1"
},
"homepage": "https://github.com/briefguo/react-clipboard.js#readme"
}