mirror of
https://github.com/chenasraf/castroulette-receiver.git
synced 2026-05-17 17:58:05 +00:00
24 lines
437 B
JSON
24 lines
437 B
JSON
{
|
|
"name": "castroulette-receiver",
|
|
"homepage": "https://github.com/chenasraf/castroulette-receiver",
|
|
"authors": [
|
|
"Chen Asraf <chen@asraf.me>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"moduleType": [],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^2.2.2",
|
|
"bootstrap": "~3.3.6",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|