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
|
{
"name": "@userfrosting/userfrosting",
"version": "4.1.0",
"description": "Build tool for UF 4.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/userfrosting/userfrosting"
},
"author": "Alex Weissman",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-uf-bundle-assets": "2.28.0",
"gulp-load-plugins": "^1.4.0",
"merge-array-object": "^1.0.3",
"recursive-copy": "^2.0.5",
"del": "^2.2.2",
"shelljs": "^0.7.6",
"bower": "^1.8.0",
"gulp-src-ordered-globs": "^1.0.3",
"gulp-copy": "^1.0.0"
},
"scripts": {
"uf-bundle-build": "gulp bundle-build",
"uf-bundle": "gulp bundle",
"uf-bundle-clean": "gulp bundle-clean",
"uf-assets-install": "gulp bower-install",
"uf-assets-clean": "gulp bower-clean",
"uf-public-clean": "gulp public-clean",
"uf-clean": "gulp clean"
}
}
|