mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
20 lines
292 B
JSON
Executable File
20 lines
292 B
JSON
Executable File
{
|
|
"name": "raphael",
|
|
"version": "2.1.1",
|
|
"main": "raphael.js",
|
|
"ignore": [
|
|
"eve",
|
|
"**/.*",
|
|
"*.html",
|
|
"*.json",
|
|
"*.markdown",
|
|
"*.md",
|
|
"copy.js",
|
|
"Gruntfile.js",
|
|
"raphael.core.js",
|
|
"raphael.svg.js",
|
|
"raphael.vml.js",
|
|
"reference.js"
|
|
]
|
|
}
|