-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
44
45
46
47
48
{
"name": "Pikachu",
"version": "2.0.1",
"description": "A web server of static",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Electron",
"static",
"webserver",
"node"
],
"author": "Shaman",
"license": "CC0-1.0",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"electron-windows-installer": "^1.4.2",
"grunt": "~0.4.1",
"grunt-cmd-concat": "*",
"grunt-cmd-transport": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-less": "*",
"grunt-contrib-uglify": "~0.2.4",
"gulp": "^3.9.1",
"http-proxy": "^1.14.0",
"juicer": "^0.6.14",
"lodash": "^4.15.0",
"marked": "^0.3.5",
"pidusage": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-electron-installer": "^2.1.0"
}
}