forked from Trumid/node-quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"name": "node-quickfix",
"version": "2.0.10",
"scripts": {
"preinstall": "npm install nan && node-gyp clean && node-gyp configure && node-gyp build",
"preuninstall": "rm -rf build/*",
"test": "mocha"
},
"main": "index.js",
"description": "This is a wrapper for the Quickfix C++ library to be used within node.js applications",
"author": {
"name": "Kermen Deol",
"email": "kermen.deol@electronifie.com"
},
"dependencies": {
"nan": "2.4.0"
},
"devDependencies": {
"dateformat": "^1.0.8",
"mocha": "^2.2.5",
"mocha-jenkins-reporter": "^0.1.9",
"segfault-handler": "^1.0.0",
"should": "^6.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/electronifie/node-quickfix"
}
}