UNPKG

pipe.js

Version:

The client-side library which is used in BigPipe to orchestrate the pagelets.

49 lines (48 loc) 1.16 kB
{ "name": "pipe.js", "version": "0.7.1", "description": "The client-side library which is used in BigPipe to orchestrate the pagelets.", "main": "index.js", "scripts": { "build": "npm run-script compile", "compile": "browserify index.js -o dist/pipe.js --standalone BigPipe", "prepublish": "npm run-script compile", "local": "zuul --local 1337 -- test/pipe.test.js", "test": "mocha $(find test -name '*.test.js')" }, "repository": { "type": "git", "url": "git://github.com/bigpipe/pipe.js.git" }, "keywords": [ "BigPipe", "pipe", "pagelet", "orchestrate", "browserify" ], "dependencies": { "async-asset": "0.0.x", "eventemitter3": "0.1.x", "fortress": "0.0.x", "parsifal": "0.0.x" }, "pre-commit": [ "compile", "test" ], "devDependencies": { "assume": "0.0.x", "browserify": "4.1.x", "mocha": "1.20.x", "mocha-phantomjs": "3.4.x", "pre-commit": "0.0.x", "zuul": "1.7.x" }, "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/bigpipe/pipe.js/issues" }, "homepage": "http://bigpipe.io" }