22 lines
365 B
JSON
22 lines
365 B
JSON
{
|
|
"name": "roots",
|
|
"version": "7.0.0",
|
|
"homepage": "http://roots.io",
|
|
"authors": [
|
|
"Ben Word <ben@benword.com>"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"assets/vendor"
|
|
],
|
|
"dependencies": {
|
|
"modernizr": "2.8.2",
|
|
"jquery": "1.11.1",
|
|
"bootstrap": "3.2.0",
|
|
"respond": "1.4.2"
|
|
}
|
|
}
|