forked from xbsoftware/enjoyhint
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "enjoyhint.js",
"version": "1.2.1",
"description": "Web-tool that provides the simplest way to create interactive tutorials and hints.",
"main": "dist/enjoyhint.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/darron1217/enjoyhint.js.git"
},
"keywords": [
"enjoyhint",
"hint",
"xbs",
"tutorials"
],
"author": "Darron Park",
"license": "MIT",
"bugs": {
"url": "https://github.com/darron1217/enjoyhint.js/issues"
},
"homepage": "https://github.com/darron1217/enjoyhint.js",
"devDependencies": {
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1"
},
"dependencies": {
"grunt": "^0.4.5",
"jquery": "^3.3.1",
"jquery.scrollto": "^2.1.2",
"kinetic": "^5.2.0"
}
}