-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "art-manager",
"version": "1.0.0",
"description": "Aplicacao mobile para gerenciamento de micro empresas",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "./node_modules/.bin/mocha tests/unit_tests/*.js"
},
"bin": {
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
},
"author": "Gustavo Oliveira, https://br.linkedin.com/in/gustavo-oliveira-77ab6466",
"license": "ISC",
"dependencies": {
"atob": "^1.1.2",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"btoa": "^1.1.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.2.1",
"iniparser": "^1.0.5",
"jsonfile": "^2.2.3",
"jsonwebtoken": "^5.4.0",
"md5": "^2.0.0",
"method-override": "^2.3.5",
"mocha": "^2.3.3",
"node-ini": "^1.0.0",
"nodemon": "^1.4.1",
"nodemailer": "^2.4.2",
"pg": "^4.4.1",
"pg-hstore": "^2.3.2",
"properties": "^1.2.1",
"sequelize": "^3.8.0",
"sequelize-cli": "^1.9.1",
"util": "^0.10.3",
"regex-email": "^1.0.2"
},
"devDependencies": {
"async": "^1.5.2",
"gulp-nodemon": "^2.0.6",
"mocha": "^2.3.1",
"nodemon": "^1.8.1",
"supertest": "^1.1.0"
}
}