20 lines
315 B
JSON
20 lines
315 B
JSON
{
|
|
"name": "roots",
|
|
"version": "6.5.1",
|
|
"homepage": "http://roots.io",
|
|
"authors": [
|
|
"Ben Word <ben@benword.com>"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"assets/vendor"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "1.11.0",
|
|
"bootstrap": "3.1.0"
|
|
}
|
|
}
|