mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 02:14:36 -05:00
24 lines
370 B
JSON
24 lines
370 B
JSON
{
|
|
"name": "eclectus",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/brian-mann/eclectus",
|
|
"authors": [
|
|
"brian.mann86@gmail.com"
|
|
],
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"labjs": "*"
|
|
}
|
|
}
|