-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 916 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 916 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
{
"name": "planche",
"version": "1.0.0",
"description": "MySQL GUI Client Tool",
"keywords": [
"MySQL",
"GUI",
"ExtJS"
],
"homepage": "https://github.com/plancheproject/planche",
"bugs": {
"url": "https://github.com/plancheproject/planche/issues"
},
"license": "GPLv3",
"author": "Jeong JuWon <2jw0718@gmail.com>",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/plancheproject/planche.git"
},
"dependencies": {
"deferred": "^0.7.5",
"express": "^4.14.0",
"mysql": "^2.11.1",
"nedb": "^1.8.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"start": "npm update && open index.html",
"php": "php tunneling/planche.php",
"node": "npm update && node tunneling/planche.js"
}
}