-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 892 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
32
33
{
"name": "mechounter",
"version": "1.1.2",
"description": "Mechounter is a JavaScript plugin to represent enumerable multidigit values to look and behave like mechanical counter. It is currently available only in jQuery flavor",
"main": "jquery.mechounter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiamondeX/mechounter.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"mechanical",
"counter",
"ui"
],
"author": "DiamondeX",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiamondeX/mechounter/issues"
},
"homepage": "http://DiamondeX.github.io/mechounter/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2"
}
}