electron/spec/package.json

16 lines
311 B
JSON
Raw Normal View History

2013-07-17 08:28:14 +00:00
{
"name": "atom-shell-specs",
"productName": "Atom Shell Test App",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
2015-01-29 05:22:56 +00:00
"formidable": "1.0.16",
2015-02-01 07:16:29 +00:00
"graceful-fs": "3.0.5",
2015-01-29 05:22:56 +00:00
"mocha": "2.1.0",
2015-03-10 07:09:23 +00:00
"q": "0.9.7",
2015-01-29 05:22:56 +00:00
"runas": "2.x",
"temp": "0.8.1",
"walkdir": "0.0.7"
}
2013-07-17 08:28:14 +00:00
}