snockets-cli
Version:
Snockets command-line tool.
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "snockets-cli",
"version": "0.1.1",
"description": "Snockets command-line tool.",
"keywords": [
"snockets",
"cli"
],
"homepage": "https://github.com/undashes/snockets-cli",
"bugs": "https://github.com/undashes/snockets-cli/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/undashes/snockets-cli/master/LICENSE"
}
],
"author": {
"name": "Jean Lauliac",
"email": "jean@lauliac.com"
},
"files": [
"bin",
"lib"
],
"bin": {
"snockets": "bin/snockets"
},
"repository": {
"type": "git",
"url": "git://github.com/undashes/snockets-cli.git"
},
"scripts": {
"prepublish": "grunt"
},
"dependencies": {
"source-map-support": "~0.1.8",
"yadsil": "~0.1.0",
"snockets": "1",
"commander": "~2.0.0"
},
"devDependencies": {
"coffeelint": "~0.5.6",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"matchdep": "~0.1.1",
"grunt-coffeelint": "0.0.7",
"mocha": "~1.12.0",
"grunt-mocha": "~0.3.4",
"coffee-script": "~1.6.3",
"grunt-mocha-test": "~0.5.0"
},
"engines": {
"node": ">=0.8.0"
}
}