electron/spec/package.json
Cheng Zhao 13c887d4c9 No more need of pathwatcher spec
It was used for testing modules not working while compiling, since the
module version increases for ABI breakage, it is not useful anymore.
2015-01-30 16:50:42 -08:00

15 lines
284 B
JSON

{
"name": "atom-shell-specs",
"productName": "Atom Shell Test App",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"formidable": "1.0.16",
"q": "0.9.7",
"mocha": "2.1.0",
"runas": "2.x",
"temp": "0.8.1",
"walkdir": "0.0.7"
}
}