mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Run JS test in chrome headless on Travis.
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "discourse",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:discourse/discourse.git",
|
||||
"author": "Discourse",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"chrome-launcher": "^0.10.0",
|
||||
"chrome-remote-interface": "^0.25.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user