-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
48
49
{
"name": "launchcontrollerjs",
"version": "1.0.0",
"description": "Novation LaunchControll wrapper for Javascript. ",
"main": "index.js",
"directories": {
"doc": "docs"
},
"presets": [
"@babel/preset-env"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haschdl/launchControllerJs.git"
},
"keywords": [
"midi",
"novation",
"launchcontrol"
],
"author": "Half Scheidl",
"license": "ISC",
"bugs": {
"url": "https://github.com/haschdl/launchControllerJs/issues"
},
"homepage": "https://github.com/haschdl/launchControllerJs#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.3",
"mock-local-storage": "^1.1.7",
"nyc": "^14.1.1",
"rollup": "^1.24.0",
"rollup-plugin-terser": "^5.1.2"
}
}