-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
30 lines (30 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
{
"name": "MRB-Lite",
"title": "Marionette and Require Boilerplate Lite",
"description": "A Lightweight Marionette.js and Require.js Boilerplate that promotes decoupling your JavaScript into modules, separating business logic from application logic using Models and Views, organizing your application into Regions with default build-up/tear-down logic for you Views, including non-AMD Compatible Third Party Scripts in your project, and optimizing all of your JavaScript (minify, concatenate, etc).",
"version": "1.0.0",
"homepage": "https://github.com/brettjonesdev/MRB-Lite",
"author": {
"name": "Brett Jones",
"email": "[email protected]",
"url": "http://www.brettjonesdev.com"
},
"repository": {
"type": "git",
"url": "[email protected]:brettjonesdev/MRB-Lite.git"
},
"bugs": {
"url": "https://github.com/brettjonesdev/MRB-Lite/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brettjonesdev/MRB-Lite/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"express": "3.x"
},
"main": "./server/server",
"keywords": ["Marionette.js", "Backbone.js", "Require.js", "Marionette and Require Boilerplate Lite"]
}