-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "logoturtle",
"version": "1.0.18",
"description": "Turtle Programming",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.2.0",
"jquery": "^3.3.1",
"jsdom": "^16.5.0",
"request": "^2.88.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.2.1"
},
"scripts": {
"test": "mocha",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --watch"
},
"jshintConfig": {
"esversion": 6
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoctorLai/LogoTurtle.git"
},
"keywords": [
"logo",
"programming",
"turtle",
"graphics"
],
"author": "justyy <dr.zhihua.lai@gmail.com> (https://helloacm.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DoctorLai/LogoTurtle/issues"
},
"homepage": "https://chrome.google.com/webstore/detail/logo-turtle/dcoeaobaokbccdcnadncifmconllpihp"
}