-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 951 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" : "clever-csv",
"description" : "CleverStack CSV processing",
"version" : "1.0.0",
"license" : "MIT",
"main" : "module",
"author": {
"name" : "CleverStack",
"email" : "admin@cleverstack.io",
"web" : "http://cleverstack.io"
},
"collaborators": [
"Richard Gustin <richard.gustin86@gmail.com>"
],
"repository": {
"type" : "git",
"url" : "https://github.com/CleverStack/clever-csv.git"
},
"bugs": {
"url" : "https://github.com/CleverStack/clever-csv/issues"
},
"dependencies": {
"csv" : "0.3.7",
"levenshtein": "1.0.4"
},
"scripts": {
"test" : "grunt test:unit"
},
"devDependencies": {
"grunt" : "~0.4.2",
"grunt-prompt" : "~1.3.0"
},
"keywords": [
"cleverstack",
"cleverstack-module",
"cleverstack-backend",
"import",
"backend",
"csv",
"levenshtein"
]
}