-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 905 Bytes
/
package.json
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
34
35
36
37
{
"name": "selemene",
"version": "0.1.0",
"main": "main.js",
"homepage": "https://github.com/mozamimy/selemene",
"author": {
"name": "Moza USANE",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/mozamimy/selemene.git"
},
"bugs": {
"url": "https://github.com/mozamimy/selemene/issues"
},
"license": "MIT",
"devDependencies": {
"electron-prebuilt": "x.x",
"electron-packager": "x.x",
"gulp": "x.x",
"gulp-babel": "x.x",
"gulp-load-plugins": "x.x",
"gulp-sass": "x.x",
"babel-preset-es2015": "x.x",
"node-rest-client": "x.x",
"copy-paste": "x.x"
},
"peerDependencies": {
"electron-prebuilt": "x.x",
"node-rest-client": "x.x"
},
"scripts": {
"build": "electron-packager . selemene --platform=darwin,win32,linux --arch=x64",
"compile": "gulp compile"
}
}