-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 940 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 940 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "catering",
"version": "0.0.1",
"description": "A small Meteor app for sharing cooking duties among friends or family.",
"main": "n/a",
"dependencies": {
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.2",
"dialog-polyfill": "^0.4.3",
"json-stringify-safe": "^5.0.1",
"moment": "^2.18.1"
},
"standard": {
"ignore": [
"/client/dialog-polyfill/"
],
"globals": [
"AccountsTemplates"
],
"env": {
"meteor": true
}
},
"devDependencies": {
"standard": "*"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/partials-music/catering.git"
},
"keywords": [
"meteor"
],
"author": "Partials (http://partials.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/partials-music/catering/issues"
},
"homepage": "https://github.com/partials-music/catering#readme"
}