UNPKG

pd-fileutils

Version:

A set of utilities for Pure Data files : parser, image generator.

47 lines (46 loc) 1.03 kB
{ "name": "pd-fileutils", "version": "0.4.0", "global": true, "description": "A set of utilities for Pure Data files : parser, image generator.", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "d3-selection": "^1.4.0", "d3-shape": "^1.3.5", "jsdom": "15.1.x", "mustache": "3.0.x", "pd-fileutils.parser": "0.3.4", "underscore": "1.4.x" }, "devDependencies": { "css-loader": "^2.1.1", "mocha": "6.1.x", "to-string-loader": "^1.1.5", "webpack": "^4.32.2", "webpack-cli": "^3.3.2" }, "scripts": { "test": "mocha --recursive test/", "build": "webpack-cli --mode production" }, "bin": { "pd-fileutils": "./bin/pd-fileutils" }, "repository": { "type": "git", "url": "git@github.com:sebpiq/pd-fileutils.git" }, "keywords": [ "pd", "puredata" ], "author": { "name": "Sébastien Piquemal", "email": "sebpiq@gmail.com", "url": "http://funktion.fm/" }, "license": "BSD-2-Clause" }