28
Version:
78 lines (77 loc) • 1.68 kB
JSON
{
"author": {
"name": "William Candillon",
"email": "w@28.io",
"url": "http://28.io"
},
"name": "28",
"description": "Command line utility to download and upload 28.io queries.",
"version": "3.4.0",
"keywords": [
"jsoniq",
"xquery",
"dev",
"cloud"
],
"homepage": "https://28.io",
"bugs": "https://github.com/28msec/28/issues",
"repository": {
"type": "git",
"url": "git://github.com/28msec/28.git"
},
"main": "./lib/28.js",
"bin": {
"28": "./bin/28"
},
"dependencies": {
"28.io-nodejs": "1.0.0",
"cat-settings": "~1.0.0",
"colors": "^1.0.3",
"commander": "^2.7.1",
"final-fs": "~1.6.0",
"lodash": "3.7.0",
"omelette-fork": "^0.3.1",
"q": "~1.0.1",
"read": "~1.0.5",
"request": "^2.51.0",
"touch": "0.0.3",
"update-notifier": "~0.2.0",
"watch": "0.16.0",
"xqlint": "0.0.7"
},
"devDependencies": {
"bats": "git+https://github.com/sstephenson/bats.git#03c6ab4c0f6c389f57d9db0ebdebbd53435dcb0d",
"global-tunnel": "^1.2.0",
"grunt": "~0.4.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-jsonlint": "~1.0.4",
"grunt-shell": "~0.7.0",
"grunt-vows": "~0.4.0",
"matchdep": "~0.3.0",
"vows": "~0.7.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"contributors": [
{
"name": "William Candillon",
"email": "w@28.io"
}
],
"scripts": {
"test": "grunt"
},
"directories": {
"test": "./test",
"bin": "./bin"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/28msec/28/blob/master/LICENSE"
}
]
}