-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 931 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
{
"name": "big-data",
"version": "0.0.0",
"description": "big data",
"main": "csv.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha csv-to-json/test -- --recursive",
"coveralls": "./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha csv-to-json/test -- --recursive --report loconly -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alfredkam/bigData"
},
"keywords": [
"csv",
"csv to json",
"json",
"json object"
],
"author": "alfred kam",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^2.0.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1"
}
}