forked from PenguinMod/PenguinMod-Blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1007 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
33
34
35
36
{
"name": "scratch-blocks",
"version": "0.1.0",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "GPL-3.0",
"homepage": "https://github.com/LLK/scratch-blocks#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-blocks.git"
},
"scripts": {
"prepublish": "python2 build.py"
},
"dependencies": {
"exceljs": "^4.4.0",
"exports-loader": "0.7.0",
"google-closure-library": "^20190301.0.0",
"imports-loader": "0.8.0",
"scratch-l10n": "3.15.20220923031622",
"xlsx": "^0.18.5"
},
"devDependencies": {
"async": "2.6.4",
"chromedriver": "105.0.1",
"copy-webpack-plugin": "4.6.0",
"eslint": "4.19.1",
"event-stream": "3.3.5",
"glob": "7.2.3",
"google-closure-compiler": "20180402.0.0",
"graceful-fs": "4.2.10",
"json": "9.0.6",
"rimraf": "2.7.1",
"selenium-webdriver": "4.4.0"
}
}