24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"name": "traficomadrid",
|
|
"authors": [
|
|
"Sergio <sergio@tinkerista.com>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"d3": "^4.10.2",
|
|
"jquery": "^3.2.1",
|
|
"jsrender": "^0.9.88",
|
|
"bootstrap": "https://github.com/twbs/bootstrap.git#^3.3.7"
|
|
}
|
|
}
|