-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
80 lines (80 loc) · 2.46 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "acgn-stock",
"private": true,
"watch": {
"test:units": {
"patterns": [
"server",
"client",
"tests/units",
"tests/babel-setting",
"./config",
"tests/mock"
],
"extensions": "js, json",
"quiet": true,
"legacyWatch": true,
"delay": 2500
}
},
"scripts": {
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 meteor run --settings ./config.json",
"lint": "node ./node_modules/eslint/bin/eslint.js .",
"pretest": "npm run lint --silent",
"deploy": "DEPLOY_HOSTNAME=ap-southeast-2.galaxy.meteor.com meteor deploy acgn-stock.au.meteorapp.com --settings ./config.json",
"postinstall": "opencollective postinstall",
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 meteor test --once --driver-package meteortesting:mocha --settings ./config.json",
"test:units": "tape -r ./tests/mock-setting.js tests/units/**/*.js|tap-spec",
"watch": "npm-watch"
},
"dependencies": {
"babel-runtime": "6.26.0",
"bcrypt": "^1.0.3",
"cheerio": "1.0.0-rc.2",
"common-tags": "^1.7.2",
"faker": "^4.1.0",
"image-type": "3.0.0",
"katex": "^0.9.0",
"mathml-tag-names": "^2.1.0",
"meteor-node-stubs": "0.2.11",
"opencollective": "^1.0.3",
"prerender-node": "^3.2.1",
"probability-distributions": "^0.9.1",
"remove-markdown": "^0.3.0",
"rosie": "^1.6.0",
"shelljs": "^0.7.8",
"showdown": "^1.9.1",
"showdown-footnotes": "^2.1.2",
"simpl-schema": "1.5.0",
"xss": "^0.3.8"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^7.2.3",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.0.2",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^7.1.0",
"mock-require": "^2.0.2",
"must": "^0.13.4",
"must-sinon": "0.0.0",
"npm-watch": "^0.3.0",
"sinon": "^4.1.2",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/acgn-stock",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"bundleDependencies": []
}