mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"name": "trix-tests",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"karma": "5.0.2",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-qunit": "4.0.0",
|
|
"karma-sauce-launcher": "4.1.3",
|
|
"qunit": "2.9.3"
|
|
},
|
|
"scripts": {
|
|
"test": "bundle exec blade build && karma start"
|
|
}
|
|
}
|