-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 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
40
41
42
43
{
"name": "PYLON-exporter",
"version": "1.0.0",
"description": "Utility for exporting data from a PYLON index.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha && eslint .",
"test-coverage": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/haganbt/PYLON-exporter.git"
},
"author": "Ben",
"bugs": {
"url": "https://github.com/haganbt/PYLON-exporter/issues"
},
"homepage": "https://github.com/haganbt/PYLON-exporter",
"dependencies": {
"async": "0.9.0",
"bluebird": "2.9.34",
"bunyan": "1.3.5",
"bunyan-format": "0.2.1",
"config": "1.13.0",
"fs-extra": "^0.24.0",
"lodash": "3.8.0",
"moment": "2.10.2",
"node-uuid": "1.4.3",
"request": "2.55.0",
"request-debug": "0.1.1"
},
"devDependencies": {
"chai": "2.3.0",
"eslint": "0.21.0",
"expect": "1.6.0",
"istanbul": "0.3.14",
"mocha": "2.2.4",
"should": "6.0.1",
"sinon": "1.15.3",
"sinon-chai": "2.8.0"
}
}