forked from walmik/timer.jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
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
32
33
34
35
36
37
{
"name": "timer.jquery",
"description": "Start/Stop/Resume/Remove a pretty timer inside any HTML element.",
"author": "Walmik Deshpande",
"version": "0.9.1",
"repository": {
"type": "git",
"url": "git://github.com/walmik/timer.jquery.git"
},
"scripts": {
"test": "./node_modules/.bin/tape ./test/utils-test.js",
"build": "./node_modules/.bin/grunt",
"watch": "./node_modules/.bin/grunt watch",
"karma": "./node_modules/.bin/karma start"
},
"engines": {
"node": "> 0.10.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"karma": "^1.6.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-jquery": "^0.1.1",
"tape": "^4.5.1"
},
"license": "MIT"
}