mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
17 lines
460 B
JSON
17 lines
460 B
JSON
{
|
|
"name": "Espruino",
|
|
"description": "Espruino JavaScript Interpreter",
|
|
"author": "Gordon Williams <gw@pur3.co.uk> (http://espruino.com)",
|
|
"license": "MPLv2",
|
|
"repository": "https://github.com/espruino/Espruino",
|
|
"scripts": {
|
|
"test": "scripts/factoryTests.js BANGLEJS && scripts/factoryTests.js BANGLEJS2"
|
|
},
|
|
"devDependencies": {
|
|
"highlight.js": "^11.6.0",
|
|
"marked": "^4.0.18",
|
|
"btoa": "^1.2.1",
|
|
"pngjs": "^7.0.0"
|
|
}
|
|
}
|