forked from sorich87/bootstrap-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "bootstrap-tour",
"description": "Quick and easy way to build your product tours with Twitter Bootstrap Popovers.",
"version": "0.5.0",
"keywords": ["tour", "bootstrap", "js", "tour", "intro", "twitter"],
"homepage": "http://bootstraptour.com",
"author": {
"name": "Ulrich Sossou",
"email": "sorich87@gmail.com",
"url": "http://ulrichsossou.com"
},
"mantainers": [
{
"name": "Emanuele Marchi",
"email": "emanuele@lostcrew.it",
"web": "http://lostcrew.nl"
}
],
"contributors": [
{
"name": "Nicola Molinari",
"email": "emmenko@gmail.com"
}
],
"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"
}
],
"devDependencies": {
"grunt": "~0.4.x",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "~0.0.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-less": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-open": "~0.2.0"
},
"engines": {
"node": ">= 0.8.16"
},
"main": ["./build/js/bootstrap-tour.js", "./build/css/bootstrap-tour.css"],
"scripts": {
"run": "grunt run",
"build": "grunt build",
"test": "grunt test"
}
}