-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 1 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
{
"name": "pair-research",
"version": "0.0.1",
"description": "A Meteor implementation of the Pair Research Tool.",
"author": {
"name": "Kevin Chen",
"email": "kevinjchen94@gmail.com",
"url": "http://kevinchen.ninja"
},
"repository": {
"type": "git",
"url": "https://github.com/NUDelta/pair-research-meteor.git"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "meteor run --settings settings-staging.json",
"test": "meteor test --driver-package practicalmeteor:mocha",
"deploy-staging": "DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy pair-staging.meteorapp.com --settings settings-staging.json",
"deploy-production": "DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy pair.meteorapp.com --settings settings-production.json"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"bcrypt": "^5.0.1",
"bootstrap-sass": "^3.4.1",
"jquery": "^3.6.0",
"lodash": "4.17.21",
"materialize-css": "^1.0.0",
"meteor-node-stubs": "^1.1.0"
}
}