-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
49 lines (42 loc) · 1.06 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
{
"name": "Backbone.Marionette.Brix",
"description": "Make your Marionette.js apps scale and evolve infinitely!",
"version": "0.8.5",
"homepage": "https://github.com/beenokle/brixjs",
"keywords": [
"backbone",
"plugin",
"marionette",
"client",
"browser"
],
"licenses": [
{
"type": "MIT"
}
],
"scripts": {
"dev": "node dev-boilerplate.js",
"test": "grunt lint rig copy requirejs jasmine",
"start": "grunt jasmine-server"
},
"author": {
"name": "Denis Davydkov",
"email": "denis@davydkov.com"
},
"bugs": {
"web": "https://github.com/beenokle/brixjs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/beenokle/brixjs.git"
},
"github": "https://github.com/beenokle/brixjs",
"devDependencies": {
"grunt": "~0.3.16",
"grunt-jasmine-runner": "latest",
"grunt-rigger": "*",
"grunt-contrib": "latest",
"express": "3.0.4"
}
}