Files
cdnjs/ajax/libs/shepherd/package.json
T
Peter Dave Hello 99d9ce1071 speed up git auto-update
* transfer all the packages who use git auto-update from https protocol to git protocol
2014-09-10 01:29:36 +08:00

33 lines
771 B
JSON

{
"name": "shepherd",
"version": "0.5.1",
"filename": "shepherd.min.js",
"description": "Guide your users through a tour of your app.",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"Zack Bloom <zackbloom@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"coffee-script": "~1.6.3",
"gulp": "~3.4.0",
"gulp-header": "~1.0.2",
"gulp-uglify": "~0.1.0",
"gulp-compass": "~1.0.3",
"gulp-coffee": "~1.2.5",
"gulp-concat": "~2.1.7",
"gulp-rename": "~0.2.1",
"gulp-util": "~2.2.9",
"gulp-bower": "0.0.1"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/HubSpot/shepherd.git",
"basePath": "",
"files": [
"shepherd.js",
"shepherd.min.js"
]
}
}