forked from sorich87/bootstrap-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.77 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
{
"name": "bootstrap-tour",
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
"version": "0.9.2",
"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": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"jquery": ">=1.8.0"
},
"devDependencies": {
"matchdep": "~0.3.0",
"grunt": "~0.4.x",
"grunt-bump": "~0.0.11",
"grunt-coffeelint": "~0.0.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jekyll": "~0.4.1",
"grunt-notify": "~0.2.16",
"grunt-open": "~0.2.2",
"grunt-replace": "~0.5.1",
"jquery": "~1.8.3"
},
"engines": {
"node": ">= 0.8.0"
},
"main": [
"./build/js/bootstrap-tour.js",
"./build/css/bootstrap-tour.css"
],
"scripts": {
"run": "grunt run",
"build": "grunt build",
"test": "grunt test"
}
}