forked from Meteor-Community-Packages/meteor-method-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 814 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 814 Bytes
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
{
"name": "meteor-method-hooks",
"version": "3.0.5",
"description": "Provides before/after hooks for Meteor methods",
"author": {
"name": "Seba Kerckhof",
"url": "https://github.com/sebakerckhof"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eole/meteor-method-hooks.git"
},
"bugs": {
"url": "https://github.com/Meteor-Community-Packages/meteor-method-hooks/issues"
},
"homepage": "https://github.com/Meteor-Community-Packages/meteor-collection-hooks",
"private": true,
"scripts": {
"tools:lint": "./node_modules/eslint/bin/eslint.js *.js",
"tools:lintfix": "./node_modules/eslint/bin/eslint.js *.js --fix",
"publish": "meteor publish"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "^6.5.1"
}
}