-
-
Notifications
You must be signed in to change notification settings - Fork 651
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "shepherd.js",
"version": "2.0.0-beta.10",
"repository": {
"type": "git",
"url": "git+https://github.com/shipshapecode/shepherd.git"
},
"description": "Guide your users through a tour of your app.",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"Zack Bloom <zackbloom@gmail.com>"
],
"maintainers": [
"Nicholas Hwang <nick.joosung.hwang@gmail.com>",
"Geoff Daigle <geoffreydaigle@gmail.com>",
"Robert Wagner <rwwagner90@gmail.com>"
],
"scripts": {
"build": "gulp build",
"docs": "gulp docs",
"lint:js": "eslint ./src/js/shepherd.js",
"lint:styles": "stylelint ./src/css/**/*.scss ./docs/welcome/sass/welcome.scss",
"lint": "yarn lint:js && yarn lint:styles"
},
"homepage": "http://shipshapecode.github.io/shepherd/docs/welcome/",
"license": "MIT",
"main": "dist/js/shepherd.js",
"spm": {
"main": "shepherd.js"
},
"dependencies": {
"popper.js": "^1.14.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"del": "^3.0.0",
"eslint": "^5.1.0",
"eslint-plugin-ship-shape": "^0.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-bump": "^3.1.1",
"gulp-coffee": "^3.0.2",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-wrap-umd": "^0.2.1",
"stylelint": "^9.3.0",
"stylelint-config-ship-shape": "^0.4.0"
},
"engines": {
"node": ">= 6.*"
}
}