forked from classifyer/classifyer-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 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
{
"name": "classifyer-data",
"version": "1.0.0",
"description": "Classifyer.app mappings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/classifyer/classifyer-data.git"
},
"author": "Ramtin Soltani <ramtin@chiselpowered.com>",
"contributors": [
"Ashkan Ashkpour <ashkan.ashkpour@chiselpowered.com>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/classifyer/classifyer-data/issues"
},
"homepage": "https://github.com/classifyer/classifyer-data#readme",
"dependencies": {
"chalk": "^2.4.2",
"csvtojson": "^2.0.10",
"json2csv": "^4.5.4",
"lodash": "^4.17.15",
"showdown": "^1.9.1"
},
"devDependencies": {
"@types/json2csv": "^4.5.0",
"@types/lodash": "^4.14.146",
"@types/node": "^12.12.7",
"@types/showdown": "^1.9.3",
"firebase-admin": "^8.7.0"
}
}