mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
33 lines
771 B
JSON
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"
|
|
]
|
|
}
|
|
}
|