-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 901 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 901 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
34
35
36
37
38
{
"name": "SlideHubApp",
"version": "0.0.1",
"description": "SlideHub Application",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SlideHub"
],
"author": "Ryutaro YOSHIBA",
"license": "MIT License",
"devDependencies": {
"electron-debug": "*",
"electron-packager": "*",
"electron-prebuilt": "*",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "*",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-http-server": "*",
"grunt-open": "^0.2.3",
"grunt-plato": "^1.2.1",
"grunt-shell": "*",
"livereloadx": "*",
"plato": "^1.5.0"
},
"dependencies": {
"log4js": "*",
"mkdirp": "*",
"mocha": "^2.3.3",
"power-assert": "^1.0.1",
"request": "*"
}
}