forked from bkeepers/github-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 697 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
{
"name": "github-notifiations",
"title": "A client for reading GitHub web notifications",
"repository": {
"type": "git",
"url": "git://github.com/bkeepers/github-notifications.git"
},
"version": "0.0.1",
"private": true,
"author": {
"name": "Brandon Keepers",
"company": "GitHub"
},
"engines": {
"node": "~>0.10.5",
"npm": "~>1.3.11"
},
"dependencies": {
"express": "~3.4.4"
},
"devDependencies": {
"lineman": ">=0.19.3",
"grunt-concat-sourcemap": "~0.3.0",
"grunt-contrib-stylus": "~0.9.0",
"nib": "~1.0.1",
"lineman-bower": "0.0.1",
"grunt-manifest": "git+https://github.com/gunta/grunt-manifest.git#6b830e31"
}
}