mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "nylas-spectron",
|
|
"description": "N1 Spectron Test Suite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"babel-register": "6.8.x",
|
|
"bluebird": "^3.0.5",
|
|
"jasmine": "^2.3.2",
|
|
"spectron": "^0.34.1",
|
|
"chalk": "^1.1"
|
|
}
|
|
}
|