29 lines
450 B
JSON
29 lines
450 B
JSON
{
|
|
"name": "classie",
|
|
"main": "classie.min.js",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/yawetse/classie",
|
|
"authors": [
|
|
"Yaw Este",
|
|
"Ernie Casilla"
|
|
],
|
|
"description": "class helper",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"class"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"component.json"
|
|
]
|
|
}
|