lfo-for-modv
Version:
LFOs in JavaScript
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "lfo-for-modv",
"version": "0.0.1",
"description": "LFOs in JavaScript",
"main": "dist/LFO.js",
"directories": {
"example": "example"
},
"scripts": {
"examples": "npm run watch",
"prepublish": "npm run build",
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --optimize-minimize",
"build-dev": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack-dev-server --config ./webpack.config.js --open"
},
"repository": {
"type": "git",
"url": "https://github.com/2xAA/LFO.js.git"
},
"keywords": [
"Effects",
"FX",
"ISF",
"GLSL"
],
"author": "Guillaume Bauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/2xAA/LFO.js/issues"
},
"homepage": "https://github.com/2xAA/LFO.js",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {}
}