-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
101 lines (101 loc) · 2.22 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "generator-mcfly",
"version": "2.0.9",
"description": "Yeoman generator for scaffolding an app using angularjs browserify",
"license": "MIT",
"main": "app/index.js",
"repository": "mcfly-io/generator-mcfly",
"author": {
"name": "Avi Haiat",
"email": "[email protected]",
"url": "https://github.com/thaiat"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
},
"files": [
"bin/prepublish.sh",
"app",
"class",
"module",
"service",
"controller",
"filter",
"constant",
"value",
"directive",
"require",
"remove",
"target",
"templates",
"utils.js"
],
"preferGlobal": true,
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"browserify",
"watchify",
"famous",
"famo.us",
"famous-angular",
"ngCordova",
"scaffold"
],
"dependencies": {
"bluebird": "3.3.4",
"chalk": "1.1.1",
"del": "2.2.0",
"generator-sublime": ">=2.0.10",
"glob-to-regexp": "0.1.0",
"gulp": "3.9.1",
"gulp-inject": "3.0.0",
"gulp-mux": "latest",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"shelljs": "0.6.0",
"update-notifier": "0.6.3",
"yeoman-generator": "0.22.5",
"yosay": "1.1.0"
},
"devDependencies": {
"babel-eslint": "6.0.0",
"chai": "3.5.0",
"codeclimate-test-reporter": "0.3.1",
"conventional-changelog": "1.1.0",
"eslint": "^2.4.0",
"eslint-plugin-nodeca": "1.0.3",
"event-stream": "3.3.2",
"github": "0.2.4",
"github-username": "2.1.0",
"gulp-bump": "2.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "2.0.0",
"gulp-exec": "2.1.2",
"gulp-git": "1.7.0",
"gulp-help": "1.6.1",
"gulp-if": "2.0.0",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-order": "1.1.1",
"gulp-plumber": "1.1.0",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.7",
"inquirer": "0.12.0",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"mockery": "1.4.1",
"moment": "2.12.0",
"node-jsxml": "0.7.0",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"sinon": "1.17.3",
"strip-json-comments": "2.0.1",
"try-thread-sleep": "1.0.0",
"yargs": "4.3.2"
}
}