-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 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
50
51
52
{
"name": "node-rest-starter",
"version": "0.0.0-5",
"description": "Node-starter is a simple node.js boilerplate that allows you quickly start creating RESTful services based on Express.js and Mongodb",
"dependencies": {
"body-parser": "^1.9.1",
"colors": "^1.0.3",
"compression": "^1.2.0",
"cookie-parser": "^1.3.3",
"cors": "^2.5.0",
"crypto": "0.0.3",
"express": "^4.10.0",
"http": "0.0.0",
"method-override": "^2.3.0",
"moment": "^2.8.3",
"mongojs": "^0.15.1",
"morgan": "^1.4.1",
"node-logentries": "^0.1.4",
"nodemon": "^1.2.1",
"request": "^2.45.0",
"underscore": "^1.7.0",
"util": "^0.10.3"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.4"
},
"scripts": {
"test": "node test/run.js"
},
"repository": {
"type": "git",
"url": "https://github.com/julianusti/node-rest-starter.git"
},
"keywords": [
"node.js",
"rest",
"mongodb",
"generator",
"template",
"skeleton"
],
"author": "julian.ustiyanovych@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianusti/node-rest-starter/issues"
},
"engines": {
"node": "0.10.x"
},
"homepage": "https://github.com/julianusti/node-rest-starter"
}