Better observations table

This commit is contained in:
2016-02-24 10:45:27 +08:00
parent 1805afe17a
commit b3a4e8ca4f
9 changed files with 961 additions and 541 deletions
+25 -24
View File
@@ -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"
}
}