mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 19:20:54 +00:00
example deps
This commit is contained in:
parent
b9264546a9
commit
8e8900f663
1 changed files with 14 additions and 0 deletions
14
examples/simple/text/package.json
Normal file
14
examples/simple/text/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "text",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "ERROR: No README.md file found!",
|
||||||
|
"main": "render-glyph.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "BSD-2-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"freetype2_render": "~0.1.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue