forked from ccorcos/meteor-subs-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 799 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
{
"name": "subs-cache",
"version": "0.9.6",
"description": "A package for caching Meteor subscriptions",
"scripts": {
"test":
"meteor test-packages ./ --once --driver-package meteortesting:mocha",
"test-watch":
"meteor test-packages ./ --driver-package meteortesting:mocha",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccorcos/meteor-subs-cache.git"
},
"bugs": {
"url": "https://github.com/ccorcos/meteor-subs-cache/issues"
},
"homepage": "https://github.com/ccorcos/meteor-subs-cache#readme",
"devDependencies": {
"husky": "^0.14.3",
"prettier": "^1.12.1",
"pretty-quick": "^1.4.1"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}