forked from shipshapecode/shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 877 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
30
31
32
33
34
35
36
37
{
"name": "tether-shepherd",
"version": "1.8.1",
"description": "Guide your users through a tour of your app.",
"authors": [
"Adam Schwartz <[email protected]>",
"Zack Bloom <[email protected]>"
],
"maintainers": [
"Nicholas Hwang <[email protected]>",
"Geoff Daigle <[email protected]>"
],
"scripts": {
"build": "gulp build"
},
"license": "MIT",
"main": "dist/js/shepherd.js",
"spm": {
"main": "shepherd.js"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1"
},
"dependencies": {
"tether": "^1.0.1"
}
}