Initial commit
This commit is contained in:
28
node_modules/node-blockly/package.json
generated
vendored
Normal file
28
node_modules/node-blockly/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user