-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "generator-marionette-advanced-app",
"version": "0.1.0",
"description": "Yeoman Marionette generator for advanced and scalable apps using RequireJS, Underscore Templates and Backbone.Syphon",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/comoser/generator-marionette-advanced-app.git"
},
"homepage": "https://github.com/comoser/generator-marionette-advanced-app",
"author": {
"name": "comoser",
"email": "david.alecrim1@gmail.com",
"url": "https://github.com/comoser"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"marionette",
"backbone",
"front-end",
"app"
],
"dependencies": {
"yeoman-generator": "^0.18.9",
"chalk": "^1.0.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}