electron/spec/package.json
2015-03-18 13:58:33 +08:00

15 lines
311 B
JSON

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