mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
26 lines
443 B
JSON
26 lines
443 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": "*",
|
|
"bootstrap-sass-official": "~3.1.1+2",
|
|
"font-awesome": "~4.1.0"
|
|
}
|
|
}
|