UNPKG

capnp-js-plugin

Version:

Capnproto implementation for Javascript

59 lines (58 loc) 1.57 kB
{ "name": "capnp-js-plugin", "version": "0.2.11", "description": "Capnproto implementation for Javascript", "main": "index", "bin" : [ "bin/capnp", "bin/capnpc-js-json", "bin/capnpc-js" ], "scripts": { "build": "gulp build", "clean": "gulp clean & rm bin/capnp & rm -rf compiler", "rebuild": "npm run clean && npm run build", "preinstall": "node ./bin/installCompiler.js", "test": "npm run build && ./bin/capnp compile -o./bin/capnpc-js-json --src-prefix=test -I./test test/schema.capnp && mv -f schema.capnp.json test && mocha test/cgr.js" }, "repository": { "type": "git", "url": "https://github.com/popham/capnp-js-plugin.git" }, "keywords": [ "capnproto", "capnp", "capnpc" ], "author": "Tim Popham", "license": "MIT", "bugs": { "url": "https://github.com/popham/capnp-js-plugin/issues" }, "homepage": "https://github.com/popham/capnp-js-plugin", "devDependencies": { "deep-diff": "^0.3.0", "gulp": "^3.8.7", "gulp-chug": "^0.3.0", "gulp-concat": "^2.3.4", "gulp-dust": "^1.0.0", "gulp-dust-render": "0.0.2", "gulp-insert": "^0.4.0", "gulp-jshint": "^1.8.4", "gulp-nfy": "0.0.1", "gulp-preprocess": "^1.1.1", "gulp-rename": "^1.2.0", "gulp-rimraf": "^0.1.0", "gulp-uglify": "^0.3.1", "mocha": "^2.1.0", "nfy": "0.0.1" }, "dependencies": { "buffers": "^0.1.1", "capnp-js": "0.2.11", "capnp-js-plugin-dust": "0.2.7", "js-beautify": "^1.5.1", "mkdirp": "^0.5.0", "when": "^3.1.0" } }