Files
cardsforscience/bower.json
T
2016-02-22 20:22:48 +08:00

20 lines
326 B
JSON

{
"name": "sciencealchemy",
"description": "Science Alchemy",
"main": "js/app.js",
"moduleType": [],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-dragdrop": "~1.0.13"
}
}