forked from mantrax314/node-fishbowl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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
{
"name": "node-fishbowl",
"version": "1.2.1",
"description": "An API wrapper for Fishbowl Inventory written in nodejs",
"main": "build/fishbowl.js",
"typings": "build/fishbowl.d.ts",
"scripts": {
"test": "mocha build/fishbowl.spec.js",
"watch": "tsc --watch",
"dist": "tsc"
},
"author": "Kyle Baldwin <[email protected]> (http://kylebaldw.in)",
"license": "MIT",
"dependencies": {
"@types/bunyan": "^1.8.0",
"@types/lodash": "^4.14.69",
"@types/xml2json": "^0.10.0",
"bunyan": "^1.8.1",
"csv": "^1.1.1",
"lodash": "^4.17.4",
"xml2json": "^0.11.0"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"@types/sinon": "^2.3.2",
"chai": "^4.1.0",
"mocha": "^3.4.2",
"sinon": "^2.3.8"
},
"repository": {
"type": "git",
"url": "https://github.com/gpit2286/node-fishbowl"
}
}