Commit d662c53f5e8e1f944004277374b0f98e3ec1fb0b
1 parent
b8341e14
Exists in
master
Setando as versões dos pacotes
Showing
1 changed file
with
6 additions
and
8 deletions
Show diff stats
package.json
1 | 1 | { |
2 | 2 | "name": "BarraBrasil", |
3 | 3 | "description": "Barra oficial do governo federal brasileiro", |
4 | -"version": "2.1.3", | |
5 | 4 | "engines": { |
6 | 5 | "node": "~0.10" |
7 | 6 | }, |
8 | 7 | "dependencies": { |
9 | 8 | "jsdom": "3.1.2", |
10 | -"uglifyjs": "*", | |
11 | -"coffee-script": "*", | |
12 | -"express": "*", | |
13 | -"chai": "*", | |
14 | -"chai-jq": "*", | |
15 | -"mocha": "*", | |
9 | +"coffee-script": "1.9.3", | |
10 | +"uglifyjs": "2.4.10", | |
11 | +"express": "5.0.0-alpha.2", | |
12 | +"chai": "3.2.0", | |
13 | +"chai-jq": "0.0.8", | |
16 | 14 | "zombie": "2.*", |
17 | -"ejs": "*" | |
15 | +"ejs": "2.3.3" | |
18 | 16 | }, |
19 | 17 | "optionalDependencies": {}, |
20 | 18 | "scripts": { | ... | ... |