electron/spec/package.json
Cheng Zhao ac31dc9672 Do not put modules used by specs on the root.
Modules in root is now installed by npm, and the native modules are now
not usable by atom-shell.
2014-04-29 11:51:49 +08:00

15 lines
280 B
JSON

{
"name": "atom-shell-specs",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"formidable": "~1.0.14",
"pathwatcher": "0.14.0",
"q": "0.9.7",
"mocha": "~1.18.2",
"runas": "0.5.*",
"temp": "~0.6.0",
"walkdir": "~0.0.7"
}
}