-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 985 Bytes
/
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
{
"name": "mcflyio",
"version": "0.0.4",
"description": "The mcflyio generator",
"main": "index.js",
"scripts": {
"test": ""
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/mcfly-io/mcflyio.git"
},
"license": "MIT",
"devDependencies": {
"chalk": "1.0.0",
"conventional-changelog": "0.0.17",
"del": "1.2.0",
"github": "0.2.4",
"github-username": "2.0.0",
"gulp": "3.9.0",
"gulp-bump": "0.3.1",
"gulp-concat": "2.5.2",
"gulp-exec": "2.1.1",
"gulp-git": "1.2.4",
"gulp-help": "1.6.0",
"gulp-if": "1.2.5",
"gulp-load-plugins": "1.0.0-rc.1",
"gulp-mux": "0.2.12",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.5",
"inquirer": "0.8.5",
"lodash": "3.9.3",
"node-jsxml": "0.6.0",
"q": "1.4.1",
"require-dir": "0.3.0",
"run-sequence": "1.1.0",
"streamqueue": "1.1.0",
"strip-json-comments": "1.0.2",
"yargs": "3.10.0"
}
}