mohair
Version:
mohair is a simple and flexible sql builder with a fluent interface
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "mohair",
"version": "0.13.0-rc.2",
"description": "mohair is a simple and flexible sql builder with a fluent interface",
"keywords": [
"sql",
"builder",
"fluent",
"immutable"
],
"homepage": "http://github.com/snd/mohair",
"author": {
"name": "Maximilian Krüger",
"email": "kruemaxi@gmail.com",
"url": "http://github.com/snd"
},
"contributors": [{
"name": "clariture",
"url": "https://github.com/clariture"
}],
"bugs": {
"url": "http://github.com/snd/mohair/issues",
"email": "kruemaxi@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/snd/mohair.git"
},
"licenses": {
"type": "MIT",
"url": "git://github.com/snd/mohair/LICENSE"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"criterion": "0.4.0-rc.1",
"lodash": "2.4.1"
},
"devDependencies": {
"coffee-script": "1.8.0",
"nodeunit": "0.9.0"
},
"scripts": {
"compile": "node_modules/coffee-script/bin/coffee --bare --compile --output lib/ src/",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "node_modules/nodeunit/bin/nodeunit test/*.coffee"
},
"main": "lib/mohair"
}