-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 963 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
39
40
41
42
{
"name": "file-button",
"description": "Turn a DOM element into a file input",
"version": "1.0.3",
"author": "Ben P.P. Tung",
"bugs": {
"url": "https://github.com/benpptung/file-button/issues"
},
"dependencies": {
"component-emitter": "^1.2.0"
},
"devDependencies": {
"appstackr": "^0.3.5",
"bootstrap-sass": "^3.3.4",
"busboy": "^0.2.14",
"debug": "^2.6.8",
"expect.js": "^0.3.1",
"express": "^4.15.3",
"mocha": "^2.2.4",
"morgan": "^1.8.1",
"superagent": "^3.5.2"
},
"homepage": "https://github.com/benpptung/file-button#readme",
"keywords": [
"button",
"file",
"file-input",
"input",
"upload"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/benpptung/file-button"
},
"scripts": {
"appstack": "appstack",
"example": "DEBUG=example:server node example/bin/www",
"test": "appwatch -b"
}
}