Files
docker-docs/package.json
Jeffrey Morgan 9057c59378 Fixing case
2015-01-30 15:21:55 -05:00

64 lines
1.8 KiB
JSON

{
"name": "Kitematic",
"version": "0.5.0",
"author": "Kitematic",
"description": "Simple Docker App management for Mac OS X.",
"homepage": "https://kitematic.com/",
"main": "browser/main.js",
"repository": {
"type": "git",
"url": "git@github.com:kitematic/kitematic.git"
},
"bugs": "https://github.com/kitematic/kitematic/issues",
"scripts": {
"start": "rsync ./index.html ./build/ && rsync ./fonts/* ./build/ && rsync ./images/* ./build && jsx --watch src/ build/ & wess -w -m -i ./styles/main.less -o ./build/main.css & wiper -w ./build/**/*.* & ./cache/Atom.app/Contents/MacOS/Atom . && kill $(pgrep node)",
"preinstall": "./deps",
"test": "jest",
"release": "./release"
},
"licenses": [
{
"type": "GNU",
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
}
],
"jest": {
"scriptPreprocessor": "spec/support/preprocessor.js",
"unmockedModulePathPatterns": [
"node_modules/react"
]
},
"boot2docker-version": "1.3.2",
"atom-shell-version": "0.21.0",
"dependencies": {
"ansi-to-html": "0.2.0",
"async": "^0.9.0",
"bugsnag-js": "^2.4.6",
"dockerode": "2.0.4",
"exec": "0.1.2",
"gulp-react": "^2.0.0",
"jquery": "^2.1.3",
"minimist": "^1.1.0",
"node-uuid": "1.4.1",
"object-assign": "^2.0.0",
"open": "0.0.5",
"react": "^0.12.2",
"react-bootstrap": "^0.13.2",
"react-retina-image": "^1.1.2",
"react-router": "^0.11.6",
"request": "^2.51.0",
"request-progress": "0.3.1",
"retina.js": "^1.1.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"ecstatic": "^0.5.8",
"glob": "^4.0.6",
"jasmine-reporters": "^1.0.1",
"jasmine-tagged": "^1.1.2",
"react-tools": "^0.12.2",
"wess": "^0.2.2",
"wiper": "^1.0.2"
}
}