34 lines
618 B
JSON
34 lines
618 B
JSON
{
|
|
"name": "exec-buffer",
|
|
"version": "2.0.1",
|
|
"description": "Run a buffer through a child process",
|
|
"license": "MIT",
|
|
"repository": "kevva/exec-buffer",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"buffer",
|
|
"exec"
|
|
],
|
|
"dependencies": {
|
|
"rimraf": "^2.2.6",
|
|
"tempfile": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.0.4",
|
|
"gifsicle": "^2.0.0"
|
|
}
|
|
}
|