mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 04:06:14 +08:00
38 lines
740 B
JSON
38 lines
740 B
JSON
{
|
|
"name": "leanote-desktop",
|
|
"title": "leanote-desktop",
|
|
"description": "leanote desktop app",
|
|
"homepage": "http://leanote.com",
|
|
"author": {
|
|
"name": "life@leanote.com",
|
|
"url": "http://life.leanote.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/leanote/leanote-desktop.git"
|
|
},
|
|
"keywords": [
|
|
"leanote",
|
|
"desktop",
|
|
"node-webkit"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/leanote/leanote-desktop/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GPLV2"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"del": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "~3.8.10",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-zip": "^2.0.3",
|
|
"run-sequence": "^1.0.2"
|
|
}
|
|
}
|