mirror of
https://github.com/flarum/core.git
synced 2025-09-02 12:43:28 +02:00
Initial commit
This commit is contained in:
18
extensions/sticky/js/package.json
Normal file
18
extensions/sticky/js/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "flarum-sticky",
|
||||
"devDependencies": {
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-babel": "^5.1.0",
|
||||
"gulp-cached": "^1.0.4",
|
||||
"gulp-concat": "^2.5.2",
|
||||
"gulp-if": "^1.2.5",
|
||||
"gulp-livereload": "^3.8.0",
|
||||
"gulp-remember": "^0.3.0",
|
||||
"gulp-uglify": "^1.2.0",
|
||||
"merge-stream": "^0.1.7",
|
||||
"yargs": "^3.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"streamqueue": "^0.1.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user