electron/package.json

19 lines
355 B
JSON
Raw Normal View History

2013-04-14 14:48:35 +00:00
{
2015-04-14 07:59:45 +00:00
"name": "electron",
2015-12-25 05:45:07 +00:00
"version": "0.36.2",
"devDependencies": {
2015-12-23 18:08:51 +00:00
"asar": "^0.9.0",
2015-04-25 02:45:28 +00:00
"coffee-script": "^1.9.2",
"coffeelint": "^1.9.4",
"request": "*"
},
"optionalDependencies": {
2015-09-27 12:44:28 +00:00
"runas": "^3.0.0"
2013-04-14 14:48:35 +00:00
},
"private": true,
"scripts": {
2015-12-10 18:44:11 +00:00
"preinstall": "node -e 'process.exit(0)'",
"test": "python ./script/test.py"
2013-04-14 14:48:35 +00:00
}
}