-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
49
{
"name": "github-reader",
"description": "github-reader app on node-webkit",
"keywords": [
"node-webkit",
"github",
"viewer",
"notitification"
],
"version": "1.4.6",
"homepage": "https://github.com/azu/github-reader/",
"repository": {
"url": "git://github.com/azu/github-reader.git"
},
"main": "app/index.html",
"scripts": {
"test": "mocha test/*.js",
"build": "nw-zip-builder -v 0.12.3 -p 'osx64,linux64' ./ -o ./build"
},
"directories": {
"test": "test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/azu/github-reader/issues"
},
"dependencies": {
"bluebird": "^3.1.1",
"download-cache": "^1.1.1",
"github": "^0.2.1",
"lodash": "^3.5.0",
"mousetrap": "^1.5.3",
"node-notifier": "^4.0.3",
"node-webkit-winstate": "^1.1.0",
"parse-github-event": "^0.2.0",
"purecss": "^0.6.0",
"remove-markdown": "0.0.6",
"request": "^2.51.0",
"vue": "^1.0.13"
},
"devDependencies": {
"espower-loader": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^2.0.1",
"nw-zip-builder": "^1.0.5",
"power-assert": "^1.2.0"
}
}