forked from sorich87/bootstrap-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.78 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bootstrap-tour",
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
"version": "0.11.0",
"keywords": [
"tour",
"bootstrap",
"js",
"tour",
"intro"
],
"homepage": "http://bootstraptour.com",
"author": {
"name": "Ulrich Sossou",
"email": "[email protected]",
"url": "http://ulrichsossou.com"
},
"contributors": [
{
"name": "Emanuele Marchi",
"email": "[email protected]",
"url": "http://lostcrew.it"
},
{
"name": "Nicola Molinari",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sorich87/bootstrap-tour.git"
},
"bugs": {
"url": "https://github.com/sorich87/bootstrap-tour/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"dependencies": {
"bootstrap": "~3",
"jquery": ">=1.8"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"gulp": "~3.9.0",
"gulp-bump": "~2.2",
"gulp-changed": "~0.4.1",
"gulp-clean": "~0.3.1",
"gulp-coffee": "~2.1.1",
"gulp-coffeelint": "~0.3.3",
"gulp-concat": "~2.3.4",
"gulp-connect": "~2.0.6",
"gulp-header": "~1.0.5",
"gulp-jasmine": "~0.3.0",
"gulp-karma": "0.0.4",
"gulp-less": "~1.3.2",
"gulp-load-plugins": "~0.5.3",
"gulp-open": "~0.2.8",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0",
"karma": "~0.12.19",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19",
"streamqueue": "0.1.1"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "./build/js/bootstrap-tour.js",
"scripts": {
"build": "gulp dist",
"test": "gulp test"
}
}