-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
29 lines (29 loc) · 832 Bytes
/
package.json
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
{
"name": "bootstrap-tourist",
"version": "0.3.2",
"description": "Quick and easy way to build your product tours with Bootstrap Popovers for Bootstrap 3 and 4",
"main": "bootstrap-tourist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IGreatlyDislikeJavascript/bootstrap-tourist.git"
},
"keywords": [
"bootstrap",
"tour",
"js"
],
"author": "IGreatlyDislikeJavascript",
"license": "MIT",
"bugs": {
"url": "https://github.com/IGreatlyDislikeJavascript/bootstrap-tourist/issues"
},
"homepage": "https://github.com/IGreatlyDislikeJavascript/bootstrap-tourist#readme",
"devDependencies": {
"standard-version": "^7.0.0"
},
"dependencies": {}
}