-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 848 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
{
"name": "publication-collector",
"version": "1.0.10",
"description": "Test a Meteor publication by collecting its output.",
"scripts": {
"test": "SERVER_TEST_REPORTER='dot' meteor test-packages --once --driver-package dispatch:mocha ./",
"test:dev": "TEST_WATCH=1 meteor test-packages --driver-package dispatch:mocha ./",
"lint": "eslint --format=node_modules/eslint-formatter-pretty ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/johanbrook/meteor-publication-collector.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/johanbrook/meteor-publication-collector/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"eslint": "^3.3.0",
"eslint-config-lookback": "lookback/eslint-config-lookback",
"eslint-formatter-pretty": "^0.2.0"
}
}