-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "create-lti-launch-artillery",
"version": "1.0.4",
"description": "Batch-creates LTI launch links.",
"main": "index.js",
"bin": {
"create-lti-launch-artillery": "./init.js"
},
"scripts": {
"test": "clear;echo \"Enter your computer password to continue:\";sudo lsof -ti tcp:8098 | xargs kill;npm install;npm start",
"start": "node index.js",
"build": "node ./helpers/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/batch-launch-link-creator.git"
},
"keywords": [
"Batch",
"LTI",
"Test"
],
"author": "Gabe Abrams <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/batch-launch-link-creator/issues"
},
"homepage": "https://github.com/harvard-edtech/batch-launch-link-creator#readme",
"dependencies": {
"caccl": "^1.1.22",
"clear": "^0.1.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"fs": "0.0.1-security",
"node-osascript": "^2.1.0",
"oauth-signature": "^1.5.0",
"open": "^7.0.4",
"prompt-sync": "^4.2.0",
"randomstring": "^1.1.5"
},
"devDependencies": {
"eslint": "^7.3.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0"
}
}