-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.18 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
{
"name": "generator-mma",
"version": "1.0.0-beta.5",
"description": "A Yeoman generator for creating a modular and maintainable AngularJS (Angular 1.x) project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"generator",
"rest",
"api",
"service",
"requests",
"modular",
"maintainable"
],
"author": {
"name": "Maks Nechesonov",
"email": "[email protected]",
"url": "https://github.com/NechiK"
},
"contributors": [
{
"name": "John Papa",
"email": "",
"url": "https://github.com/johnpapa"
}
],
"repository": {
"type": "git",
"url": "https://github.com/NechiK/generator-mma"
},
"license": "MIT",
"dependencies": {
"gulp-load-plugins": "^1.2.4",
"gulp-sass": "^2.3.2",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"lodash": "^4.14.1",
"minimatch": "^3.0.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.0",
"underscore.string": "^3.3.4",
"yeoman-generator": "^0.24.1",
"yosay": "^1.2.0"
},
"files": [
"app"
]
}