mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Add composer based development support
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user