-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.57 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.57 KB
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
62
63
64
{
"name": "file-button-react",
"description": "Another implementation of node module file-button. For reusing component as a file input button.",
"version": "0.1.3",
"author": "Ben P.P. Tung",
"browserify": {
"transform": [
"transforms"
]
},
"bugs": {
"url": "https://github.com/benpptung/file-button-react/issues"
},
"dependencies": {
"inherits": "^2.0.3",
"prop-types": "^15.5.10",
"transforms": "^0.1.2"
},
"devDependencies": {
"react-dom": "^15.3.0 || ^16.0.0",
"appstackr": "^0.3.17",
"caniuse-api": "^1.5.2",
"core-js": "^2.4.1",
"eslint": "^4.8.0",
"eslint-config-less": "github:benpptung/eslint-config-less",
"eslint-config-less-react": "github:benpptung/eslint-config-less-react",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-react": "^7.4.0",
"material-ui": "^0.18.1",
"transforms": "^0.1.2"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0"
},
"homepage": "https://github.com/benpptung/file-button-react#readme",
"keywords": [
"button",
"component",
"file",
"file-input",
"input",
"react",
"react-component",
"upload"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/benpptung/file-button-react"
},
"scripts": {
"appstack": "appstack",
"bsync": "appwatch -b",
"start": "npm run bsync",
"eslint": "TIMING=1 eslint . --ignore-pattern node_modules/"
},
"eslintIgnore": [
"trial/**/*.*",
"examples/**/*.*",
"site/**/*.*",
"rendering.js"
]
}