|
|
@@ -36,13 +36,15 @@
|
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
|
- "grunt-jscs": "^2.8.0",
|
|
|
- "grunt-karma": "^0.12.2",
|
|
|
+ "grunt-jscs": "^3.0.0",
|
|
|
+ "grunt-karma": "^2.0.0",
|
|
|
"grunt-shell": "^1.3.0",
|
|
|
+ "jasmine-core": "^2.4.1",
|
|
|
"karma": "^0.13.22",
|
|
|
- "karma-jasmine": "^0.2.2",
|
|
|
- "karma-phantomjs-launcher": "^0.1.4",
|
|
|
- "lumbar": "^2.6.2",
|
|
|
+ "karma-jasmine": "^1.0.2",
|
|
|
+ "karma-phantomjs-launcher": "^1.0.0",
|
|
|
+ "lumbar": "^4.0.2",
|
|
|
+ "phantomjs-prebuilt": "^2.1.7",
|
|
|
"underscore": "^1.4.4"
|
|
|
},
|
|
|
"main": "dist/fullcalendar.js",
|
|
|
@@ -54,5 +56,8 @@
|
|
|
"LICENSE.*",
|
|
|
"CHANGELOG.*",
|
|
|
"CONTRIBUTING.*"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "scripts": {
|
|
|
+ "test" : "grunt dev && grunt karma:single"
|
|
|
+ }
|
|
|
}
|