Files
desktop-app/package.json
2015-03-22 00:26:44 +08:00

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"
}
}