-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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": "bndes-na-amazonia",
"description": "BNDES na Amazônia",
"license": "MIT",
"keywords": [
"ecolab",
"bndes",
"amazonia"
],
"version": "0.1.0",
"private": false,
"author": "Vitor George <vitor.george@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ecodigital/bndesnaamazonia"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/nodemon server.js",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec test/unit/*.js test/controllers/*.js test/controllers/entities/*.js"
},
"dependencies": {
"accounting": "^0.4.1",
"async": "^0.9.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.7.0",
"csv": "0.3.x",
"express": "3.x",
"forever": "^0.14.1",
"globalize": "^1.0.0-alpha.18",
"jade": "^1.11.0",
"markdown": "^0.5.0",
"moment": "^2.9.0",
"mongoose": "^4.4.20",
"notifier": "^0.1.7",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"underscore": "^1.8.2",
"view-helpers": "^0.1.5"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"mocha": "latest",
"nodemon": "latest"
}
}