-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 799 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
{
"name": "tprocesos",
"version": "1.0.0",
"description": "Gallud",
"main": "node-express.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.9.6",
"express-mailer": "^0.3.1",
"express-session": "^1.14.2",
"fs": "^0.0.2",
"jade": "^1.11.0",
"mongodb": "^2.2.11",
"mongodb-core": "~1.0",
"ntwitter": "^0.5.0",
"request": "^2.78.0",
"underscore": "^1.7.0"
},
"devDependencies": {},
"scripts": {
"test": "test",
"start": "node node-express.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecdani/tprocesos.git"
},
"author": "Dani",
"license": "ISC",
"bugs": {
"url": "https://github.com/ecdani/tprocesos/issues"
},
"homepage": "https://github.com/ecdani/tprocesos#readme"
}