-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
39 lines (39 loc) · 927 Bytes
/
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
{
"name": "n4m-examples",
"version": "1.0.0",
"description": "Example patchers and node scripts for the Node for Max package",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint ./ ",
"lint-fix": "eslint ./ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cycling74/n4m-examples.git"
},
"keywords": [
"max",
"node",
"n4m",
"max8"
],
"author": {
"name": "Cycling '74",
"url": "https://cycling74.com"
},
"contributors": [
"Florian Demmer <[email protected]>",
"Sam Tarakajian <[email protected]>",
"Cassie Tarakajian <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Cycling74/n4m-examples/issues"
},
"homepage": "https://github.com/Cycling74/n4m-examples#readme",
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-c74": "^1.0.0"
}
}