jsharmony-tutorials
Version:
jsHarmony Tutorials
41 lines (40 loc) • 972 B
JSON
{
"name": "jsharmony-tutorials",
"version": "1.6.12",
"description": "jsHarmony Tutorials",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/apHarmony/jsharmony-tutorials"
},
"keywords": [
"jsHarmony",
"quickstart",
"tutorials",
"documentation",
"started",
"help",
"intro",
"introduction"
],
"author": "apHarmony <contact@apharmony.com> (http://www.apharmony.com/)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/apHarmony/jsharmony-tutorials/issues"
},
"homepage": "https://github.com/apHarmony/jsharmony-tutorials",
"devDependencies": {
"mocha": "^7.2.0"
},
"dependencies": {
"async": "^2.6.2",
"ejs": "^2.6.1",
"jsharmony": "^1.4.0",
"jsharmony-db-sqlite": "^1.1.21",
"jsharmony-factory": "^1.2.0",
"lodash": "^4.17.19"
}
}