-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 941 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": "filestream",
"version": "5.0.0",
"description": "W3C File Reader API streaming interfaces",
"main": "index.js",
"scripts": {
"test": "standard && airtap -- test/*.js",
"test-local": "airtap --local -- test/*.js",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/filestream.git"
},
"keywords": [
"w3c",
"file",
"filestream"
],
"author": "Damon Oehlman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamonOehlman/filestream/issues"
},
"homepage": "https://github.com/DamonOehlman/filestream",
"devDependencies": {
"airtap": "^2.0.3",
"crel": "^4.0.1",
"drag-and-drop-files": "0.0.1",
"feature": "^1.0.1",
"standard": "^13.1.0",
"tape": "^4.9.1"
},
"dependencies": {
"readable-stream": "^3.4.0",
"typedarray-to-buffer": "^3.0.0"
}
}