-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.09 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "product-tour",
"version": "2.0.5",
"description": "A responsive tour snippet, with a step-by-step guide(onboarding) to help users understand how to use your website",
"main": "js/product-tour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robophil/Product-Tour.git"
},
"keywords": [
"product tour",
"preview",
"welcome",
"css",
"js",
"npm",
"onboarding",
"intro",
"plugin"
],
"author": "Balogun Oghenrobo philip <[email protected]>, Theophilus Omoregbee <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/robophil/Product-Tour/issues"
},
"homepage": "https://github.com/robophil/Product-Tour#readme",
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"run-sequence": "^1.2.2"
}
}