13 lines
190 B
JSON
Executable File
13 lines
190 B
JSON
Executable File
{
|
|
"name": "Swipe",
|
|
"version": "2.0.0",
|
|
"main": ["./swipe.js"],
|
|
"author": "Brad Birdsall",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/*.html",
|
|
"**/*.css",
|
|
"Gruntfile.js"
|
|
]
|
|
}
|