Last active
October 1, 2017 04:02
-
-
Save freshcutdevelopment/5f7598a00152e0234522968be3cd06a1 to your computer and use it in GitHub Desktop.
Country-picker aurelia.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"jquery", | |
"text", | |
{ | |
"name": "selectize", | |
"main": "dist/js/standalone/selectize.js", | |
"path": "../node_modules/selectize", | |
"deps": [ | |
"jquery" | |
], | |
"resources": [ | |
"dist/css/selectize.default.css" | |
] | |
}, | |
{ | |
"name": "flag-icon-css", | |
"path": "../node_modules/flag-icon-css/css", | |
"resources": [ | |
"flag-icon.css" | |
] | |
}, | |
... | |
"paths": { | |
"root": "src", | |
"resources": "resources", | |
"elements": "resources/elements", | |
"attributes": "resources/attributes", | |
"valueConverters": "resources/value-converters", | |
"bindingBehaviors": "resources/binding-behaviors", | |
"flagsInput": "./node_modules/flag-icon-css/flags/**/*.*", | |
"flagsOutput": "./flags" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment