bower.json
341 Bytes
{
"name": "dstore",
"description": "A data collection infrastructure",
"keywords": [
"dojo",
"store"
],
"repository": {
"type": "git",
"url": "git://github.com/SitePen/dstore"
},
"dependencies": {
"dojo": ">=1.8.1"
},
"ignore": [
".*",
"tests"
],
"license": [ "AFL-2.1", "BSD-3-Clause" ],
"moduleType": [ "amd" ]
}