-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 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
{
"name": "progressor",
"version": "1.0.0",
"description": "The Programming Professor",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StrubT/ProgressorMeteor.git"
},
"author": "Thomas Strub, Marc Touw, Janick Weidmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/StrubT/ProgressorMeteor/issues"
},
"homepage": "https://github.com/StrubT/ProgressorMeteor#readme",
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-meteor": "^4.1.6"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3"
}
}