mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:23:07 +08:00
20 lines
326 B
JSON
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"
|
|
}
|
|
}
|