forked from kevbaker/generator-angular-famous-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 2.29 KB
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
102
103
{
"name": "generator-angular-famous-ionic",
"version": "1.3.6",
"description": "Yeoman generator for scaffolding an app using angularjs browserify and famous",
"license": "BSD",
"main": "app/index.js",
"repository": "thaiat/generator-angular-famous-ionic",
"author": {
"name": "Avi Haiat",
"email": "thaiat@ipelia.com",
"url": "https://github.com/thaiat"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "bash ./bin/prepublish.sh",
"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": {
"chalk": "0.5.1",
"del": "1.1.1",
"glob-to-regexp": "0.0.2",
"gulp": "3.8.10",
"gulp-inject": "1.1.1",
"gulp-mux": "latest",
"lodash": "2.4.1",
"q": "1.1.2",
"shelljs": "0.3.0",
"update-notifier": "0.3.0",
"yeoman-generator": "0.17.7",
"yosay": "1.0.2"
},
"devDependencies": {
"chai": "1.10.0",
"conventional-changelog": "0.0.11",
"github": "0.2.3",
"github-username": "1.1.1",
"gulp-bump": "0.1.13",
"gulp-concat": "2.4.3",
"gulp-eslint": "0.2.2",
"gulp-exec": "2.1.1",
"gulp-git": "0.5.6",
"gulp-help": "1.3.2",
"gulp-if": "1.2.5",
"gulp-istanbul": "0.6.0",
"gulp-jscs": "1.4.0",
"gulp-jshint": "1.9.2",
"gulp-load-plugins": "0.8.0",
"gulp-mocha": "2.0.0",
"gulp-plumber": "0.6.6",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.3",
"inquirer": "0.8.0",
"jshint-stylish": "1.0.0",
"map-stream": "0.1.0",
"mocha": "2.1.0",
"mocha-lcov-reporter": "0.0.1",
"mockery": "1.4.0",
"node-jsxml": "0.6.0",
"require-dir": "0.1.0",
"run-sequence": "1.0.2",
"sinon": "1.12.2",
"stream-combiner": "0.2.1",
"streamqueue": "0.1.1",
"strip-json-comments": "1.0.2",
"yargs": "1.3.3"
},
"peerDependencies": {
"yo": ">=1.2.1",
"generator-sublime": ">=1.5.5"
}
}