-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
24 lines (24 loc) · 870 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.1.0",
"description": "Test a Meteor publication by collecting its output.",
"scripts": {
"test": "SERVER_TEST_REPORTER='dot' meteor test-packages --once --driver-package meteortesting:mocha ./",
"test:dev": "TEST_WATCH=1 meteor test-packages --port 3050 --driver-package meteortesting: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": "^4.15.0",
"eslint-config-lookback": "lookback/eslint-config-lookback",
"eslint-formatter-pretty": "^1.3.0"
}
}