forked from EvolveLabs/electron-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "electron-plugins",
"version": "0.1.0",
"description": "Plugin loader for electron applications.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/evolvelabs/electron-plugins.git"
},
"keywords": [
"electron",
"plugins"
],
"author": "Evolve LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/evolvelabs/electron-plugins/issues"
},
"homepage": "https://github.com/evolvelabs/electron-plugins",
"dependencies": {
"appdirectory": "^0.1.0",
"async": "^0.9.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"proxyquire": "^1.4.0",
"sinon": "^1.14.1"
}
}