lithium-sdk
Version:
### Lithium Developer Community Area
24 lines (23 loc) • 430 B
JSON
{
"name": "<%= name %>",
"version": "0.0.1",
"ignore": [
"build",
"test",
".editorconfig",
".gitattributes",
".gitignore",
".jscs.json",
".jshintrc",
"Gruntfile.js",
"gulpfile.js",
"bower.json",
"karma-e2e.conf.js",
"karma.conf.js",
"package.json",
"README.md"
],
"dependencies": {
"angular-li": "git@github.com:lithiumtech/angular-li.git#<%= branch %>"
}
}