forked from hilios/jQuery.countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 811 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
30
31
{
"name": "countdown",
"version": "2.1.0",
"description": "The Final Countdown for jQuery",
"author": "Edson Hilios",
"homepage": "http://hilios.github.io/jQuery.countdown/",
"repository": {
"type": "git",
"url": "https://github.com/hilios/jQuery.countdown"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-compress": "~0.6",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-uglify": "~0.4",
"grunt-jsonlint": "~1.0",
"grunt-karma": "~0.8",
"grunt-version": "~0.3",
"karma": "~0.12",
"karma-coverage": "~0.2",
"karma-phantomjs-launcher": "~0.1",
"karma-qunit": "~0.1",
"karma-requirejs": "~0.2",
"karma-sinon": "~1.0",
"requirejs": "~2.1"
},
"scripts": {
"test": "grunt test"
}
}