2015-11-14 01:50:57 +08:00
|
|
|
{
|
|
|
|
"name": "nylas-spectron",
|
|
|
|
"description": "N1 Spectron Test Suite",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nylas/N1.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2015-12-10 23:52:20 +08:00
|
|
|
"test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json"
|
2015-11-14 01:50:57 +08:00
|
|
|
},
|
2015-12-04 03:53:51 +08:00
|
|
|
"license": "GPL-3.0",
|
2015-11-14 01:50:57 +08:00
|
|
|
"dependencies": {
|
2016-05-04 03:37:32 +08:00
|
|
|
"babel-register": "6.8.x",
|
2015-11-20 07:29:49 +08:00
|
|
|
"bluebird": "^3.0.5",
|
2015-11-14 01:50:57 +08:00
|
|
|
"jasmine": "^2.3.2",
|
2015-12-03 04:43:11 +08:00
|
|
|
"spectron": "^0.34.1",
|
|
|
|
"chalk": "^1.1"
|
2015-11-14 01:50:57 +08:00
|
|
|
}
|
|
|
|
}
|