-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 868 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 868 Bytes
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
{
"name": "noflo-filetype",
"description": "NoFlo components to detect file type by checking magic number.",
"version": "0.3.0",
"author": {
"name": "Vilson Vieira",
"email": "vilson@void.cc",
"url": "http://automata.cc"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-filetype.git"
},
"license": "MIT",
"scripts": {
"pretest": "eslint .",
"test": "mocha -R spec -t 2000 spec/*.js"
},
"dependencies": {
"file-type": "^16.1.0",
"noflo": "^1.0.0",
"read-chunk": "~3.2.0"
},
"devDependencies": {
"chai": "^4.0.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.2.1"
},
"keywords": [
"noflo",
"ecosystem:noflo"
]
}