-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 1023 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
{
"name": "fh-db",
"description": "FeedHenry Database Library",
"version": "3.3.2",
"repository": {
"type": "git",
"url": "[email protected]:feedhenry/fh-db.git"
},
"license": "Apache-2.0",
"main": "./lib/localdb.js",
"directories": {
"lib": "./lib/"
},
"scripts": {
"test": "grunt fh:unit",
"version": "sed -i.bak \"s/sonar.projectVersion=.*/sonar.projectVersion=${npm_package_version}/\" sonar-project.properties && rm sonar-project.properties.bak && git add sonar-project.properties"
},
"engines": {
"node": "4.4"
},
"dependencies": {
"adm-zip": "0.4.11",
"archiver": "1.0.0",
"async": "1.5.2",
"bluebird": "^3.4.6",
"bson": "0.4.22",
"csvtojson": "0.3.6",
"env-var": "~2.4.3",
"jcsv": "0.0.3",
"lodash": "2.4.1",
"mongodb": "2.1.18",
"stream-buffers": "3.0.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-fh-build": "^2.0.0",
"istanbul": "^0.3.17",
"mocha": "^3.2.0",
"proxyquire": "~1.8.0"
}
}