mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 11:10:58 +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."
|
, "description": "A pure node.js JavaScript client implementing X Window (X11) protocol."
|
||||||
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
||||||
, "homepage": "https://github.com/sidorares/node-x11"
|
, "homepage": "https://github.com/sidorares/node-x11"
|
||||||
, "version" : "0.0.4"
|
, "version" : "0.0.5"
|
||||||
, "maintainers" :
|
, "maintainers" :
|
||||||
[ { "name": "Andrey Sidorov"
|
[ { "name": "Andrey Sidorov"
|
||||||
, "email": "sidoares@yandex.ru"
|
, "email": "sidoares@yandex.ru"
|
||||||
|
|
@ -18,6 +18,13 @@
|
||||||
]
|
]
|
||||||
, "main" : "./lib/x11"
|
, "main" : "./lib/x11"
|
||||||
, "engines" : { "node" : "*" }
|
, "engines" : { "node" : "*" }
|
||||||
|
, "devDependencies": {
|
||||||
|
"mocha": "*",
|
||||||
|
"should": "*",
|
||||||
|
"sinon": "*"
|
||||||
|
}
|
||||||
|
, "scripts": {
|
||||||
|
"test": "mocha",
|
||||||
|
"prepublish" : "npm prune"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue