Created by vikas on 17/8/16.
| Type | Name and description |
|---|---|
java.util.List<NPMDependencies> |
dependencies |
java.util.List<NPMDependenciesResolution> |
dependencyResolutions |
| Constructor and description |
|---|
NPMConfig
() |
| Type | Name and description |
|---|---|
void |
dependencies(groovy.lang.Closure configureClosure) |
void |
install(java.util.Map configuration)Add a bower dependency by configuration map. |
java.lang.Object |
methodMissing(java.lang.String name, java.lang.Object args) |
void |
resolve(java.util.Map configuration)Add a bower dependency resolution by $ configuration map.
|
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Add a bower dependency by configuration map.
configuration - configuration map containing dependency information Add a bower dependency resolution by $configuration map.
This is equivalent to resolutions in bower.json.
configuration - configuration map containing dependency resolution informationGroovy Documentation