-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "slush-meta",
"version": "1.0.2",
"description": "Slush-Meta single page application scaffolding tool.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/afklm/slush-meta.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bin": {
"meta": "src/index.js"
},
"dependencies": {
"del": "^2.0.0",
"gulp": "^3.8.11",
"gulp-conflict": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.4.0",
"gulp-install": "^0.2.0",
"gulp-json-editor": "^2.2.1",
"gulp-load-plugins": "^0.9.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.4",
"inquirer": "^0.8.2",
"lodash": "^3.10.0",
"npm": "^3.5.1",
"which": "^1.2.4",
"yargs": "^4.1.0"
},
"devDependencies": {
"fs-extra": "^0.26.5",
"gulp-csso": "^1.0.1",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"suppose": "^0.4.0",
"yeoman-assert": "^2.1.1"
}
}