forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
29 lines (29 loc) · 824 Bytes
/
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
{
"name": "fullcalendar",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/arshaw/fullcalendar.git"
},
"devDependencies": {
"bower": "1.7.9",
"underscore": "^1.4.4",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^0.8.0",
"grunt-jscs-checker": "^0.4.4",
"grunt-karma": "^0.8.3",
"grunt-bump": "0.8.0",
"lumbar": "^5.0.0",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"install": "bower install",
"test": "./node_modules/karma/bin/karma start ./build/karma.conf.js --single-run --browsers PhantomJS"
}
}