-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "LePsControllerScripts4Bitwig",
"title": "LeP's controller scripts for Bitwig",
"description": "Bitwig controller script for the Behringer BCF2000, Arturia Beatstep Pro and more",
"version": "2.3.2",
"author": {
"name": "Lennart Pegel",
"email": "github@justlep.net",
"url": "https://github.com/justlep"
},
"repository": {
"type": "git",
"url": "https://github.com/justlep/bitwig.git"
},
"engines": {
"node": ">=6.9.1"
},
"scripts": {
"lint": "eslint --max-warnings 5 Gruntfile.js grunt/ src/ --ignore-pattern knockout-stripped.js",
"test": "grunt validate test"
},
"main": "Gruntfile.js",
"license": "MIT",
"devDependencies": {
"chai": "~4.1.2",
"chai-spies": "~1.0.0",
"eslint": "~7.24.0",
"eslint-plugin-log-filenames": "~1.0.1",
"grunt": "^1.4.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-load-npm-run-tasks": "^1.0.1",
"grunt-mocha-test": "~0.13.2",
"load-grunt-config": "~4.0.0",
"load-grunt-tasks": "~3.5.2",
"mocha": "~5.0.4",
"time-grunt": "~1.4.0"
},
"lep": {
"releaseDirectoryName": "LeP's Controller Scripts",
"releaseZipFilenamePattern": "stable-version-for-download/LeP's Controller Scripts v{version}.zip"
},
"dependencies": {}
}