4 files changed +9
-48
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "globals " : {
2
+ "predef " : {
3
3
"document" : true ,
4
4
"window" : true ,
5
5
"location" : true ,
Original file line number Diff line number Diff line change 23
23
"license" : " MIT" ,
24
24
"devDependencies" : {
25
25
"express" : " ~3.4.2" ,
26
- "lockfile" : " ~> 0.3.0 " ,
26
+ "lockfile" : " ~0.3.4 " ,
27
27
"bower" : " ~1.2.7" ,
28
28
"grunt" : " ~0.4.2" ,
29
29
"grunt-cli" : " ~0.1.9" ,
32
32
"grunt-contrib-copy" : " ~0.4.1" ,
33
33
"grunt-contrib-concat" : " ~0.3.0" ,
34
34
"grunt-contrib-clean" : " ~0.4.1" ,
35
- "grunt-contrib-jshint" : " ~0.7.2 " ,
36
- "grunt-contrib-uglify" : " ~0.2.2 " ,
37
- "grunt-contrib-cssmin" : " ~0.6.1 " ,
35
+ "grunt-contrib-jshint" : " ~0.8.0 " ,
36
+ "grunt-contrib-uglify" : " ~0.2.7 " ,
37
+ "grunt-contrib-cssmin" : " ~0.6.2 " ,
38
38
"grunt-preprocess" : " ~3.0.1" ,
39
39
"grunt-es6-module-transpiler" : " ~0.6.0" ,
40
- "grunt-concat-sourcemap" : " ~0.3.0 " ,
40
+ "grunt-concat-sourcemap" : " ~0.3.2 " ,
41
41
"grunt-concurrent" : " ~0.3.1" ,
42
- "grunt-usemin" : " ~0.1.12 " ,
42
+ "grunt-usemin" : " ~0.1.13 " ,
43
43
"grunt-rev" : " ~0.1.0" ,
44
44
"grunt-ember-templates" : " ~0.4.18" ,
45
45
"grunt-contrib-testem" : " ~0.5.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "globals" : [
3
- " document" ,
4
- " window" ,
5
- " location" ,
6
- " setTimeout" ,
7
- " Ember" ,
8
- " Em" ,
9
- " $" ,
10
- " QUnit" ,
11
- " define" ,
12
- " console" ,
13
- " require" ,
14
- " requirejs" ,
15
- " equal" ,
16
- " notEqual" ,
17
- " notStrictEqual" ,
18
- " test" ,
19
- " asyncTest" ,
20
- " testBoth" ,
21
- " testWithDefault" ,
22
- " raises" ,
23
- " throws" ,
24
- " deepEqual" ,
25
- " start" ,
26
- " stop" ,
27
- " ok" ,
28
- " strictEqual" ,
29
- " module" ,
30
- " process" ,
31
- " expect" ,
32
- " visit" ,
33
- " exists" ,
34
- " fillIn" ,
35
- " click" ,
36
- " find" ,
37
- " isolatedContainer" ,
38
- " startApp" ,
39
- " __dirname"
40
- ],
41
- "node" : false ,
2
+ "node" : true ,
42
3
"browser" : false ,
43
4
"boss" : true ,
44
5
"curly" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
- "globals " : [
2
+ "predef " : [
3
3
" document" ,
4
4
" window" ,
5
5
" location" ,
0 commit comments