jstata
Version:
NodeJS Stata Module
30 lines (29 loc) • 538 B
JSON
{
"name": "jstata",
"version": "0.1.3",
"description": "NodeJS Stata Module",
"main": "jstata.js",
"dependencies": {
"ffi": "^2.0.0",
"ref": "^1.1.3"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"stata",
"data",
"ETL"
],
"repository": {
"type": "git",
"url": "git://github.com/maplechori/jstata.git"
},
"author": "Adrian Montero <maplechori@gmail.com>",
"license": "GPL",
"os" : [ "linux" ]
}