-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
38 lines (38 loc) · 967 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
36
37
38
{
"name": "react-zeroclipboard",
"version": "4.0.1",
"description": "react component for zeroclipboard",
"main": "index.js",
"keywords": [
"react",
"clipboard",
"react-component"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "npm run browserify",
"browserify": "browserify -d -t babelify docs.js -o docs-bundle.js"
},
"repository": "https://github.com/brigand/react-zeroclipboard.git",
"homepage": "http://brigand.github.io/react-zeroclipboard/",
"author": "Frankie Bagnardi <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.0.12",
"babel-preset-react": "^6.0.12",
"babelify": "^7.0.2",
"browserify": "^9.0.8",
"envify": "^3.4.0",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"browserify": {
"transform": [
"envify"
]
},
"dependencies": {
"create-react-class": "^15.5.3",
"envify": "^3"
}
}