petard
Version:
a js llvm library
38 lines (37 loc) • 808 B
JSON
{
"name": "petard",
"version": "0.0.7-b",
"description": "a js llvm library",
"main": "index.js",
"scripts": {
"clean": "make clean",
"build": "make",
"preinstall": "make libpetard",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchand/petard.git"
},
"keywords": [
"LLVM"
],
"author": "Andrew Couch <petard@andrewcou.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/couchand/petard/issues"
},
"homepage": "https://github.com/couchand/petard#readme",
"dependencies": {
"bindings": "^1.2.1",
"ffi": "^2.0.0",
"nan": "^2.1.0"
},
"devDependencies": {
"chai": "^3.1.0",
"coffee-script": "^1.9.3",
"mocha": "^3.2.0",
"node-gyp": "^3.4.0",
"tmp": "0.0.31"
}
}