mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"name": "roots",
|
|
"version": "7.0.3",
|
|
"homepage": "http://roots.io",
|
|
"authors": [
|
|
"Ben Word <ben@benword.com>"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"assets"
|
|
],
|
|
"dependencies": {
|
|
"modernizr": "2.8.2",
|
|
"select2": "https://github.com/select2/select2.git",
|
|
"pickadate": "https://github.com/amsul/pickadate.js.git"
|
|
}
|
|
}
|