Files
docker-docs/package.json
Jeff Morgan fd5d54a313 bump version
2014-12-09 10:05:40 -08:00

33 lines
828 B
JSON

{
"name": "Kitematic",
"version": "0.4.1",
"author": "Kitematic",
"description": "Simple Docker App management for Mac OS X.",
"homepage": "https://kitematic.com/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:kitematic/kitematic.git"
},
"bugs": "https://github.com/kitematic/kitematic/issues",
"licenses": [{
"type": "GNU",
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
}],
"boot2docker-version": "1.3.2",
"dependencies": {
"ansi-to-html": "0.2.0",
"async": "^0.9.0",
"dockerode": "2.0.4",
"exec": "^0.1.2",
"moment": "2.8.1",
"ncp": "0.6.0",
"open": "0.0.5",
"request": "2.42.0",
"request-progress": "0.3.1",
"tar": "0.1.20",
"mixpanel": "0.0.20",
"node-uuid": "1.4.1"
}
}