mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 01:28:36 +08:00
95 lines
2.6 KiB
JSON
95 lines
2.6 KiB
JSON
{
|
|
"name": "talk",
|
|
"version": "0.0.1",
|
|
"description": "A commenting platform from The Coral Project. https://coralproject.net",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "./bin/www",
|
|
"build": "./node_modules/webpack/bin/webpack.js --config ./client/coral-embed-stream/webpack.config.js",
|
|
"lint": "eslint .",
|
|
"pretest": "npm install",
|
|
"test": "mocha tests --recursive",
|
|
"test-watch": "mocha tests --recursive -w",
|
|
"embed-start": "./node_modules/webpack/bin/webpack.js --config ./client/coral-embed-stream/webpack.config.dev.js && ./bin/www"
|
|
},
|
|
"config": {
|
|
"pre-git": {
|
|
"commit-msg": [],
|
|
"pre-commit": [
|
|
"npm run lint"
|
|
],
|
|
"pre-push": [
|
|
"npm test"
|
|
],
|
|
"post-commit": [],
|
|
"post-merge": []
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/coralproject/talk.git"
|
|
},
|
|
"keywords": [
|
|
"talk",
|
|
"coral",
|
|
"coralproject",
|
|
"ask"
|
|
],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/coralproject/talk/issues"
|
|
},
|
|
"homepage": "https://github.com/coralproject/talk#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"debug": "^2.2.0",
|
|
"express": "^4.14.0",
|
|
"mongoose": "^4.6.5",
|
|
"uuid": "^2.0.3",
|
|
"morgan": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.14.0",
|
|
"babel-jest": "^15.0.0",
|
|
"babel-loader": "6.2.5",
|
|
"babel-plugin-transform-async-to-generator": "^6.8.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-object-assign": "^6.8.0",
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
"babel-polyfill": "^6.13.0",
|
|
"babel-preset-es2015": "6.13.0",
|
|
"babel-preset-es2015-minimal": "^2.1.0",
|
|
"babel-preset-stage-0": "^6.16.0",
|
|
"chai": "^3.5.0",
|
|
"chai-http": "^3.0.0",
|
|
"copy-webpack-plugin": "^3.0.1",
|
|
"eslint": "^3.9.1",
|
|
"exports-loader": "^0.6.3",
|
|
"immutable": "^3.8.1",
|
|
"imports-loader": "^0.6.5",
|
|
"json-loader": "^0.5.4",
|
|
"mocha": "^3.1.2",
|
|
"mocha-junit-reporter": "^1.12.1",
|
|
"pre-git": "^3.10.0",
|
|
"pym.js": "^1.1.1",
|
|
"react": "15.3.2",
|
|
"react-dom": "15.3.2",
|
|
"react-redux": "^4.4.5",
|
|
"redux": "^3.6.0",
|
|
"redux-thunk": "^2.1.0",
|
|
"regenerator": "^0.8.46",
|
|
"supertest": "^2.0.1",
|
|
"timeago.js": "^2.0.3",
|
|
"webpack": "^1.13.2",
|
|
"webpack-dashboard": "^0.2.0",
|
|
"webpack-dev-middleware": "^1.8.3",
|
|
"webpack-hot-middleware": "^2.12.2",
|
|
"webpack-module-hot-accept": "^1.0.4",
|
|
"whatwg-fetch": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
}
|