-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (33 loc) · 853 Bytes
/
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
{
"name": "dbusmenu",
"author" : "Andrey Sidorov <[email protected]>",
"version": "0.1.0",
"keywords": ["dbus", "libdbusmenu", "dbusmenu", "gnome-shell", "unity", "kde"],
"description": "dbusmenu client/server",
"directories": {
"lib": "lib",
"test": "test",
"examples": "examples"
},
"main": "index.js",
"maintainers" : [ { "name": "Andrey Sidorov" , "email": "[email protected]" } ],
"license" : "MIT",
"repository": {
"type": "git",
"url": "http://github.com/sidorares/node-dbusmenu.git"
},
"dependencies": {
"x11": "*",
"dbus-native": "*"
},
"devDependencies": {
"mocha": "*"
},
"scripts" : {
"test" : "mocha",
"prepublish" : "npm prune"
},
"engine": {
"node" : ">=0.6.0"
}
}