UNPKG

987 BJSONView Raw
1{
2 "name": "foxhound",
3 "version": "1.0.18",
4 "description": "A Database Query generation library.",
5 "main": "source/FoxHound.js",
6 "scripts": {
7 "start": "node source/FoxHound.js",
8 "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
9 "test": "./node_modules/mocha/bin/_mocha -u tdd -R spec"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/stevenvelozo/foxhound.git"
14 },
15 "keywords": [
16 "orm",
17 "dal",
18 "query"
19 ],
20 "author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/stevenvelozo/foxhound/issues"
24 },
25 "homepage": "https://github.com/stevenvelozo/foxhound",
26 "devDependencies": {
27 "chai": "3.4.1",
28 "codeclimate-test-reporter": "0.1.1",
29 "coveralls": "2.11.4",
30 "istanbul": "0.4.1",
31 "mocha": "2.3.4"
32 },
33 "dependencies": {
34 "fable": "~1.0.1",
35 "underscore": "1.8.3"
36 }
37}