mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
89ad2b5900
This updates tests to use latest rails 5 practice and updates ALL dependencies that could be updated Performance testing shows that performance has not regressed if anything it is marginally faster now.
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"name": "discourse",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:discourse/discourse.git",
|
|
"author": "Discourse",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.3",
|
|
"chrome-launcher": "^0.10.2",
|
|
"chrome-remote-interface": "^0.25.6",
|
|
"eslint": "^4.19.1",
|
|
"puppeteer": "^0.13.0"
|
|
}
|
|
}
|