30 lines
578 B
JSON
30 lines
578 B
JSON
{
|
|
"name": "enjoyhint",
|
|
"main": "enjoyhint.js",
|
|
"version": "3.1.0",
|
|
"homepage": "https://github.com/xbsoftware/enjoyhint",
|
|
"authors": [
|
|
"XB Software"
|
|
],
|
|
"description": "Web-tool that provides the simplest way to create interactive tutorials and hints.",
|
|
"keywords": [
|
|
"enjoyhint",
|
|
"hint",
|
|
"xbs",
|
|
"tutorials"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~2.1.3",
|
|
"jquery.scrollTo": "~1.4.14",
|
|
"kineticjs": "~5.1.0"
|
|
}
|
|
}
|