-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.02 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
{
"name": "carbon-framework",
"version": "1.0.3",
"description": "Modular MVC framework for Node.js",
"homepage": "https://github.com/carbonjs/carbon-framework",
"author": {
"name": "Amir Ahmetovic",
"email": "[email protected]"
},
"keywords": [
"api",
"app",
"carbon",
"framework",
"mvc",
"rails",
"rest",
"restful",
"router",
"sinatra"
],
"licence": "MIT",
"main": "./index.js",
"bugs": {
"url": "https://github.com/carbonjs/carbon-framework/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/carbonjs/carbon-framework.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.2",
"change-case": "^2.3.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jade": "^1.11.0",
"lodash": "latest",
"multer": "^1.1.0"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.4.2",
"supertest": "^3.0.0"
}
}