UNPKG
cfx
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
programmatically use cfx with node.js
github.com/jsantell/node-cfx
jsantell/node-cfx
cfx
/
addon-sdk
/
python-lib
/
cuddlefish
/
tests
/
static-files
/
packages
/
anteater_files
/
package.json
9 lines
(8 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"name"
:
"anteater"
,
"author"
:
"Jon Smith"
,
"description"
:
"A package w/ a main module; can be built into an extension."
,
"keywords"
:
[
"potato"
]
,
"version"
:
"1.0"
,
"dependencies"
:
[
"addon-sdk"
,
"barbeque"
]
}