mirror of
https://github.com/danbulant/node-x11
synced 2026-06-16 21:21:20 +00:00
mocha dev dependensy, version bump
This commit is contained in:
parent
f40eb4e3d2
commit
5b191458d3
1 changed files with 10 additions and 3 deletions
13
package.json
13
package.json
|
|
@ -3,7 +3,7 @@
|
|||
, "description": "A pure node.js JavaScript client implementing X Window (X11) protocol."
|
||||
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
||||
, "homepage": "https://github.com/sidorares/node-x11"
|
||||
, "version" : "0.0.4"
|
||||
, "version" : "0.0.5"
|
||||
, "maintainers" :
|
||||
[ { "name": "Andrey Sidorov"
|
||||
, "email": "sidoares@yandex.ru"
|
||||
|
|
@ -18,6 +18,13 @@
|
|||
]
|
||||
, "main" : "./lib/x11"
|
||||
, "engines" : { "node" : "*" }
|
||||
, "devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"sinon": "*"
|
||||
}
|
||||
, "scripts": {
|
||||
"test": "mocha",
|
||||
"prepublish" : "npm prune"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue