18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"name": "widgster",
|
|
"main": "widgster.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/okendoken/widgster",
|
|
"authors": [
|
|
"okendoken (http://flatlogic.com)"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|