-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 KB
/
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
38
39
40
41
42
43
{
"name": "Kalam",
"description": "A cross Platform Desktop Client which lets Busy Professors create a course WebPage and regularly update it.",
"version": "0.0.4",
"author": "Bhanu Pratap Chaudhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/navya/Kalam/issues"
},
"homepage": "https://github.com/navya/Kalam",
"devDependencies": {
"asar": "^0.7.2",
"electron-prebuilt": "^0.34",
"fs-jetpack": "^0.7.0",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-util": "^3.0.6",
"q": "^1.4.1",
"rollup": "^0.16.1",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "node ./tasks/app_npm_install",
"app-install": "node ./tasks/app_npm_install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
"start": "node ./tasks/start",
"test": "node ./tasks/start --env=test"
},
"dependencies": {
"asar": "~0.7.2",
"electron-prebuilt": "~0.34.0",
"electron-updater": "^0.2.3",
"rollup": "~0.16.4",
"tree-kill": "~0.1.1",
"yargs": "~3.27.0"
}
}