cde626cb by Adam Heath

2016.12.15-0

1 parent 3f8bbaf2
1 { 1 {
2 "name": "solr-frontend", 2 "name": "solr-frontend",
3 "license": "UNLICENSED", 3 "license": "UNLICENSED",
4 "version": "2017.01.12.0", 4 "version": "2016.12.15-0",
5 "description": "Solr Frontend", 5 "description": "Solr Frontend",
6 "repository": { 6 "repository": {
7 "type": "git", 7 "type": "git",
8 "url":"git+ssh://git@gitlab.brainfood.com:brainfood/solr-backend.git" 8 "url": "git+ssh://git@gitlab.brainfood.com:brainfood/solr-backend.git"
9 },
10 "dependencies": {
11 }, 9 },
10 "dependencies": {},
12 "devDependencies": { 11 "devDependencies": {
13 "grunt-contrib-jasmine": "~0", 12 "grunt-contrib-jasmine": "~0",
14 "jasmine-jquery": "^2.0.6", 13 "jasmine-jquery": "^2.0.6",
......