Files

28 lines
674 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "node-blockly",
"version": "1.0.35",
"description": "Blockly for Node.js and Browser as CommonJS module",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"jsdom": "^11.3.0",
"xmlshim": "^0.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.8.11",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"mocha": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mo4islona/node-blockly"
},
"author": "Eugene Formanenko <mo4islona@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/mo4islona/node-blockly"
}