|
@@ -47,6 +47,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
+ "almond": "~0.3.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-concat": "^0.4.0",
|
|
"grunt-contrib-concat": "^0.4.0",
|
|
@@ -57,10 +58,9 @@
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
"grunt-contrib-watch": "~0.6.0",
|
|
"grunt-contrib-watch": "~0.6.0",
|
|
"grunt-sass": "^1.0.0",
|
|
"grunt-sass": "^1.0.0",
|
|
|
|
+ "jquery-mousewheel": "~3.1.13",
|
|
"node-sass": "^4.5.3"
|
|
"node-sass": "^4.5.3"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "almond": "~0.3.1",
|
|
|
|
- "jquery-mousewheel": "~3.1.13"
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|