-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 Bytes
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
{
"name": "brisk",
"version": "1.0.10",
"description": "An MVC framework for Node.js, built on top of Express. Brisk omits most of the platform-specific conventions and returns application development to a more traditional object-oriented structure.",
"author": "makesites",
"contributors": [
{
"name": "Makis Tracend",
"email": "makis@makesit.es"
},
{
"name": "Lyndel Thomas",
"email": "lyndelt@gmail.com"
}
],
"homepage": "http://makesites.org/projects/brisk",
"keywords": ["node", "express", "framework", "brisk"],
"repository": {
"type": "git",
"url": "https://github.com/makesites/brisk"
},
"bugs": {
"url": "https://github.com/makesites/brisk/issues"
},
"license": "Apache-2.0",
"main": "./index.js",
"engines": {
"node": ">=10.x.x"
},
"dependencies": {
"connect": "3.6.6",
"express": "4.16.4",
"underscore": "1.12.1"
}
}