mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:23:07 +08:00
31 lines
650 B
JSON
31 lines
650 B
JSON
{
|
|
"name": "sciencealchemy",
|
|
"description": "Science Alchemy",
|
|
"main": "js/app.js",
|
|
"moduleType": [],
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test"
|
|
],
|
|
"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",
|
|
"chai": "~3.5.0",
|
|
"angular-ui-grid": "~3.1.1",
|
|
"jquery-ui": "~1.11.4",
|
|
"font-awesome": "~4.5.0"
|
|
}
|
|
}
|