-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 943 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "student-register",
"version": "1.0.0",
"description": "import list of memeber to su database",
"main": "index.js",
"bin": {
"registerSU": "index.js"
},
"dependencies": {
"commander": "^2.11.0",
"fs-extra": "^4.0.2",
"prompt": "^1.0.0",
"puppeteer": "^0.11.0"
},
"devDependencies": {
"eslint": "^4.6.0",
"eslint-config-coderdojo": "^1.0.6",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redbrick/student-register.git"
},
"author": "Redbrick",
"license": "MIT",
"bugs": {
"url": "https://github.com/redbrick/student-register/issues"
},
"homepage": "https://github.com/redbrick/student-register#readme"
}