UNPKG

rpd

Version:

RPD is a minimal framework for building Node-Based User Interfaces, powered by Reactive Programming

83 lines (82 loc) 2.13 kB
{ "name": "rpd", "version": "3.0.0-beta.2", "description": "RPD is a minimal framework for building Node-Based User Interfaces, powered by Reactive Programming", "author": "Ulric Wilfred <shaman.sir@gmail.com> (http://shamansir.github.io)", "homepage": "http://shamansir.github.io/rpd", "repository": { "type": "git", "url": "http://github.com/shamansir/rpd.git" }, "bugs": { "url": "https://github.com/shamansir/rpd/issues" }, "keywords": [ "functional-reactive-programming", "reactive-programming", "node-user-interface", "dataflow-programming", "flow-based-programming", "generative-art", "graphics-programming", "pure-data", "reactive", "nodes", "streams", "reactive-streams", "user-interface", "visualisation" ], "main": "./src/rpd.js", "dependencies": { "d3-selection": "^1.0.3", "kefir": "^3.7.1" }, "devDependencies": { "del": "^2.2.0", "flow-bin": "^0.38.0", "google-closure-compiler": "^20170124.0.0", "gulp": "^3.9.0", "gulp-closure-compiler": "^0.4.0", "gulp-concat": "^2.6.0", "gulp-download": "0.0.1", "gulp-file-parser": "0.0.1", "gulp-flowcheck": "^0.4.0", "gulp-front-matter": "^1.3.0", "gulp-gzip": "^1.2.0", "gulp-header": "^1.8.8", "gulp-layout": "0.0.4", "gulp-markdown": "^1.2.0", "gulp-rename": "^1.2.2", "gulp-size": "^2.0.0", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.5", "jasmine": "^2.5.3", "jasmine-core": "^2.5.2", "karma": "^1.4.1", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.2", "karma-nyan-reporter": "^0.2.5", "through2": "^2.0.0", "yargs": ">3.25.0 <4.0.0" }, "optionalDependencies": { "codemirror": "^5.23.0", "d3": "^4.5.0", "highlight.js": "^9.9.0", "p5": "^0.5.7", "timbre": "^14.11.25", "webpd": "^0.4.2" }, "scripts": { "test": "gulp test && flow check" }, "directories": { "lib": "./src", "bin": "./src", "doc": "./docs", "example": "./examples" }, "license": "MIT" }