mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-10 11:50:28 +08:00
Better observations table
This commit is contained in:
+25
-24
@@ -1,26 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user