mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
17 lines
No EOL
413 B
JSON
17 lines
No EOL
413 B
JSON
{
|
|
"name": "Progress.js",
|
|
"description": "Themeable HTML5 progress bar library",
|
|
"version": "0.1.0",
|
|
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/usablica/progress.js"
|
|
},
|
|
"devDependencies": {
|
|
"node-minify": "*"
|
|
},
|
|
"engine": [
|
|
"node >=0.1.90"
|
|
],
|
|
"main": "src/progress.js"
|
|
} |