mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 17:29:55 +08:00
28 lines
550 B
JSON
28 lines
550 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": "1.4.x",
|
|
"angular-mocks": "1.4.x",
|
|
"jquery": "~2.1.1",
|
|
"bootstrap": "~3.1.1",
|
|
"angular-route": "1.4.x",
|
|
"angular-resource": "1.4.x",
|
|
"angular-animate": "1.4.x",
|
|
"angular-dragdrop": "~1.0.13",
|
|
"lodash": "~4.5.1"
|
|
}
|
|
}
|