-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
{
"name": "csvRutFormatter",
"version": "1.0.0",
"description": "csvRutFormatter description.",
"main": "index.js",
"repository": {
"url": "git@github.com:qnelo/csvRutFormatter.git",
"type": "git"
},
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"lint": "node_modules/.bin/gulp lint",
"doc": "node_modules/.bin/gulp doc",
"test": "node_modules/.bin/nyc node --harmony_async_await node_modules/.bin/ava",
"test:watch": "NODE_DEBUG=csv node --harmony_async_await node_modules/.bin/ava --watch"
},
"ava": {
"verbose": true
},
"author": "Becual <tecnologia@becual.com>",
"license": "MIT",
"devDependencies": {
"gulp": "git+https://git@github.com/gulpjs/gulp.git#4.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-open": "^2.0.0",
"jsdoc-strip-async-await": "^0.1.0",
"minami": "^1.1.1",
"ava": "^0.17.0",
"nyc": "^10.0.0"
},
"dependencies": {
"csv-parser": "^1.11.0",
"rutjs": "^0.1.1"
}
}