blob: 31e0fbaef98e8c29910004c4dbe43f4287b1c20c [file] [log] [blame]
{
"name": "fauxton",
"version": "1.1.8",
"description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
"main": "./index.js",
"directories": {
"test": "test"
},
"bin": {
"fauxton": "./bin/fauxton"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"devDependencies": {
"enzyme": "^2.4.1",
"es5-shim": "4.5.4",
"mocha": "^2.4.5",
"mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git",
"nightwatch": "~0.9.0",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "~15.0.1",
"sinon": "git+https://github.com/sinonjs/sinon.git"
},
"dependencies": {
"async": "~0.2.6",
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.4.3",
"backbone": "^1.1.0",
"backbone.layoutmanager": "^0.9.5",
"brace": "^0.7.0",
"chai": "^3.5.0",
"clean-css": "^3.4.9",
"couchapp": "~0.11.0",
"css-loader": "^0.23.1",
"d3": "^3.4.11",
"eslint": "^2.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.2.2",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.1",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"flux": "^2.1.1",
"grunt": "~0.4.1",
"grunt-chmod": "^1.0.3",
"grunt-cli": "~0.1.6",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jst": "~0.5.0",
"grunt-couchapp": "~0.2.1",
"grunt-exec": "~0.4.0",
"grunt-init": "~0.2.0",
"grunt-md5": "^0.1.11",
"grunt-shell": "^1.1.1",
"http-proxy": "^1.13.2",
"imports-loader": "^0.6.5",
"jquery": "^2.2.0",
"jsondiffpatch": "^0.1.41",
"less": "^2.3.1",
"less-loader": "^2.2.3",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"moment": "^2.8.4",
"nano": "~5.12.0",
"optimist": "^0.6.1",
"papaparse": "^4.1.2",
"pouchdb": "^5.3.1",
"react": "~15.0.1",
"react-addons-css-transition-group": "~15.0.1",
"react-bootstrap": "^0.28.5",
"react-dom": "~15.0.1",
"react-select": "^1.0.0-beta12",
"request": "^2.54.0",
"semver": "^5.1.0",
"send": "^0.13.1",
"style-loader": "^0.13.1",
"underscore": "~1.4.2",
"url": "~0.7.9",
"url-loader": "^0.5.7",
"urls": "~0.0.3",
"velocity-animate": "^1.2.3",
"velocity-react": "^1.1.4",
"visualizeRevTree": "git+https://github.com/neojski/visualizeRevTree.git#gh-pages",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"zeroclipboard": "^2.2.0"
},
"scripts": {
"stylecheck": "eslint --ext=js,jsx .",
"webpack:dev": "webpack --debug --progress --colors --config ./webpack.config.dev.js",
"webpack:test": "webpack --debug --progress --colors --config ./webpack.config.test.js",
"webpack:release": "webpack --debug --progress --colors --config ./webpack.config.release.js",
"test": "grunt test",
"phantomjs": "./node_modules/.bin/mocha-phantomjs --debug=false --ssl-protocol=sslv2 --web-security=false --ignore-ssl-errors=true ./test/runner.html",
"couchdebug": "grunt couchdebug",
"couchdb": "grunt couchdb",
"couchapp": "grunt couchapp_deploy",
"dev": "node ./devserver.js",
"nightwatch": "grunt nightwatch",
"start": "node ./bin/fauxton",
"start-debug": "DIST=./dist/debug node ./bin/fauxton",
"preversion": "node version-check.js && grunt release",
"test-before-publish": "npm run preversion && npm install . -g",
"create:animaldb": "./bin/create-animal-db",
"docker:couchdb-up": "docker-compose -f ./docker/dc.selenium.yml up -d couchdb",
"docker:selenium-up": "docker-compose -f ./docker/dc.selenium.yml up -d selenium",
"docker:selenium-debug-up": "docker-compose -f ./docker/dc.selenium-debug.yml up -d selenium",
"docker:reset": "npm run docker:down && npm run docker:up",
"docker:logs": "docker logs couchdb",
"docker:up": "docker-compose -f ./docker/dc.selenium.yml up -d",
"docker:debug-up": "docker-compose -f ./docker/dc.selenium-debug.yml up -d",
"docker:down": "docker-compose -f ./docker/dc.selenium.yml down",
"remove-test-dbs": "node ./bin/remove-test-dbs.js"
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
},
"keywords": [
"couchdb",
"futon",
"fauxton"
],
"author": "The Apache CouchDB contributors",
"license": "Apache-2.0"
}