forked from mucaho/crafty-component-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 807 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
{
"name": "ProgressBar",
"version": "2.0",
"title": "Display progress of a task using a bar.",
"author": {
"name": "mucaho",
"url": "https://github.com/mucaho"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"Crafty": "newest version"
},
"description": "A progress bar component for the crafty JS framework. See ProgressBar.js for detailed documentation.",
"jsfiddle": "http://jsfiddle.net/8kzMq/6/embedded/",
"keywords": [
"crafty",
"component",
"progress",
"bar"
],
"homepage": "https://github.com/mucaho/crafty-component-progressbar",
"files": [
"ProgressBar.js"
]
}