electron/spec/package.json

16 lines
280 B
JSON
Raw Normal View History

2013-07-17 08:28:14 +00:00
{
"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"
}
2013-07-17 08:28:14 +00:00
}